Encryption
Contains the type of server-side encryption used.
Contents
- EncryptionType
-
The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256,
aws:kms
).Type: String
Valid Values:
AES256 | aws:kms | aws:kms:dsse
Required: Yes
- KMSContext
-
If the encryption type is
aws:kms
, this optional value can be used to specify the encryption context for the restore results.Type: String
Required: No
- KMSKeyId
-
If the encryption type is
aws:kms
, this optional value specifies the ID of the symmetric encryption customer managed key to use for encryption of job results. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in AWS KMS in the AWS Key Management Service Developer Guide.Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: