BucketServerSideEncryptionConfigurationV2RuleApplyServerSideEncryptionByDefault

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

Constructors

constructor(kmsMasterKeyId: String? = null, sseAlgorithm: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsMasterKeyId: String? = null

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 and aws:kms