Bucket Server Side Encryption Configuration V2Rule Apply Server Side Encryption By Default
data class BucketServerSideEncryptionConfigurationV2RuleApplyServerSideEncryptionByDefault(val kmsMasterKeyId: String? = null, val sseAlgorithm: String)
Properties
Link copied to clipboard
AWS KMS master key ID used for the SSE-KMS encryption. This can only be used when you set the value of sse_algorithm
as aws:kms
. The default aws/s3
AWS KMS master key is used if this element is absent while the sse_algorithm
is aws:kms
.
Link copied to clipboard
Server-side encryption algorithm to use. Valid values are AES256
and aws:kms