Directory Bucket Server Side Encryption By Default
data class DirectoryBucketServerSideEncryptionByDefault(val kmsMasterKeyId: String? = null, val sseAlgorithm: DirectoryBucketServerSideEncryptionByDefaultSseAlgorithm)
Specifies the default server-side encryption to apply to new objects in the bucket. If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied.
Constructors
Link copied to clipboard
constructor(kmsMasterKeyId: String? = null, sseAlgorithm: DirectoryBucketServerSideEncryptionByDefaultSseAlgorithm)
Properties
Link copied to clipboard
AWS Key Management Service (KMS) customer managed key ID to use for the default encryption. This parameter is allowed only if SSEAlgorithm is set to aws:kms. You can specify this parameter with the key ID or the Amazon Resource Name (ARN) of the KMS key
Link copied to clipboard
Server-side encryption algorithm to use for the default encryption.