DirectoryBucketServerSideEncryptionByDefault

Specifies the default server-side encryption to apply to new objects in the bucket. If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsMasterKeyId: String? = null

AWS Key Management Service (KMS) customer managed key ID to use for the default encryption. This parameter is allowed only if SSEAlgorithm is set to aws:kms. You can specify this parameter with the key ID or the Amazon Resource Name (ARN) of the KMS key

Link copied to clipboard

Server-side encryption algorithm to use for the default encryption.