Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 48b33e5

Browse files
committedJan 23, 2025·
point resource and scope id to mpl spec
1 parent 7d3d211 commit 48b33e5

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed
 

‎specification/searchable-encryption/search-config.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -381,22 +381,11 @@ We establish the following definitions for the Cache Entry Identifier formula:
381381

382382
#### Resource Identifier
383383

384-
A Hex value that indicates if an element is from a Caching_CMM, Hierarchical_Keyring, or some other future resource.
385-
386-
```
387-
Caching_CMM : 0x01 (0001)
388-
Hierarchical_Keyring : 0x02 (0010)
389-
```
384+
Resource Identifier is defined in the [Material Providers specification](https://github.com/awslabs/aws-encryption-sdk-specification/blob/master/framework/aws-kms/aws-kms-hierarchical-keyring.md#resource-identifier).
390385

391386
#### Scope Identifier
392387

393-
A Hex value that indicates if an element is used for Encryption, Decryption, Searchable Encryption, or some other future purpose.
394-
395-
```
396-
Encrypt : 0x01 (0001)
397-
Decrypt : 0x02 (0010)
398-
Searchable Encryption : 0x03 (0011)
399-
```
388+
Scope Identifier is defined in the [Material Providers specification](https://github.com/awslabs/aws-encryption-sdk-specification/blob/master/framework/aws-kms/aws-kms-hierarchical-keyring.md#scope-identifier).
400389

401390
#### Partition ID
402391

0 commit comments

Comments
 (0)
Please sign in to comment.