Amazon S3 Bucket EncryptionConfiguration
The
EncryptionConfiguration
property type specifies encryption-related information for an Amazon S3 bucket that
is a destination for replicated objects.
EncryptionConfiguration
is a property of the Amazon S3 Bucket ReplicationDestination property
type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ReplicaKmsKeyID" :
String
}
YAML
ReplicaKmsKeyID:
String
Properties
ReplicaKmsKeyID
-
Specifies the AWS KMS Key ID (Key ARN or Alias ARN) for the destination bucket. Amazon S3 uses this key to encrypt replicas.
Required: Yes
Type: String
Update requires: No interruption