BucketEncryptionConfigurationArgs

data class BucketEncryptionConfigurationArgs(val replicaKmsKeyId: Output<String>) : ConvertibleToJava<BucketEncryptionConfigurationArgs>

Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.

Constructors

Link copied to clipboard
constructor(replicaKmsKeyId: Output<String>)

Properties

Link copied to clipboard
val replicaKmsKeyId: Output<String>

Specifies the ID (Key ARN or Alias ARN) of the customer managed AWS KMS key stored in AWS Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric encryption KMS keys. For more information, see Asymmetric keys in KMS in the Key Management Service Developer Guide.

Functions

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