AWS::S3::Bucket AccessControlTranslation - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::S3::Bucket AccessControlTranslation

Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the Amazon Web Services account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same Amazon Web Services account that owns the source object.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Owner" : String }

YAML

Owner: String

Properties

Owner

Specifies the replica ownership. For default and valid values, see PUT bucket replication in the Amazon S3 API Reference.

Required: Yes

Type: String

Allowed values: Destination

Update requires: No interruption