Bucket Server Side Encryption Configuration Rule Apply Server Side Encryption By Default Args
data class BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefaultArgs(val kmsMasterKeyId: Output<String>? = null, val sseAlgorithm: Output<String>) : ConvertibleToJava<BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefaultArgs>
Properties
Link copied to clipboard
The 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
The server-side encryption algorithm to use. Valid values are AES256
and aws:kms