DirectoryBucketServerSideEncryptionByDefaultArgs

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

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: Output<String>? = null, sseAlgorithm: Output<DirectoryBucketServerSideEncryptionByDefaultSseAlgorithm>)

Properties

Link copied to clipboard
val kmsMasterKeyId: Output<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.

Functions

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