BucketEncryptionConfiguration

data class BucketEncryptionConfiguration(val replicaKmsKeyId: String)

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

Constructors

Link copied to clipboard
constructor(replicaKmsKeyId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.