Bucket Server Side Encryption Configuration V2Rule Apply Server Side Encryption By Default Args
data class BucketServerSideEncryptionConfigurationV2RuleApplyServerSideEncryptionByDefaultArgs(val kmsMasterKeyId: Output<String>? = null, val sseAlgorithm: Output<String>) : ConvertibleToJava<BucketServerSideEncryptionConfigurationV2RuleApplyServerSideEncryptionByDefaultArgs>
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
, aws:kms
, and aws:kms:dsse