BucketServerSideEncryptionRuleArgs

data class BucketServerSideEncryptionRuleArgs(val kmsMasterKeyId: Output<String>? = null, val sseAlgorithm: Output<String>) : ConvertibleToJava<BucketServerSideEncryptionRuleArgs>

Constructors

Link copied to clipboard
constructor(kmsMasterKeyId: Output<String>? = null, sseAlgorithm: Output<String>)

Properties

Link copied to clipboard
val kmsMasterKeyId: Output<String>? = null

The alibaba cloud KMS master key ID used for the SSE-KMS encryption.

Link copied to clipboard
val sseAlgorithm: Output<String>

The server-side encryption algorithm to use. Possible values: AES256 and KMS.

Functions

Link copied to clipboard
open override fun toJava(): BucketServerSideEncryptionRuleArgs