BucketServerSideEncryptionRule

data class BucketServerSideEncryptionRule(val kmsMasterKeyId: String? = null, val sseAlgorithm: String)

Constructors

Link copied to clipboard
fun BucketServerSideEncryptionRule(kmsMasterKeyId: String? = null, sseAlgorithm: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsMasterKeyId: String? = null

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.