1.0.0
-
1.0.0
- Initial record
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.
This document describes the behavior for the DynamoDB Item Encryptor. It is responsible for the encryption and decryption of DynamoDB Items for a particular DynamoDB Table. The DynamoDB Item Encryptor is publicly exposed and is used to directly encrypt or decrypt DynamoDB Items outside of DynamoDB API calls.
On initialization of the DynamoDB Item Encryptor the caller MUST provide:
The following are OPTIONAL for the DynamoDB Item Encryptor:
- DynamoDB Sort Key Name
- Unauthenticated Attributes
- Unauthenticated Attribute Name Prefix
- Algorithm Suite
- Legacy Config
- Plaintext Policy
The DynamoDB Item Encryptor MUST provide a function that adheres to EncryptItem.
The DynamoDB Item Encryptor MUST provide a function that adheres to DecryptItem.