Bucket Server Side Encryption Rule Args
data class BucketServerSideEncryptionRuleArgs(val kmsDataEncryption: Output<String>? = null, val kmsMasterKeyId: Output<String>? = null, val sseAlgorithm: Output<String>) : ConvertibleToJava<BucketServerSideEncryptionRuleArgs>
Properties
Link copied to clipboard
The algorithm used to encrypt objects. If this element is not specified, objects are encrypted with AES256. This element is valid only when the value of SSEAlgorithm is set to KMS. Valid values: SM4
.
Link copied to clipboard
The alibaba cloud KMS master key ID used for the SSE-KMS encryption.
Link copied to clipboard
The server-side encryption algorithm to use. Possible values: AES256
and KMS
.