AWS::S3::Bucket ReplicationTime - 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 ReplicationTime

A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a Metrics block.

Syntax

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

JSON

{ "Status" : String, "Time" : ReplicationTimeValue }

Properties

Status

Specifies whether the replication time is enabled.

Required: Yes

Type: String

Allowed values: Disabled | Enabled

Update requires: No interruption

Time

A container specifying the time by which replication should be complete for all objects and operations on objects.

Required: Yes

Type: ReplicationTimeValue

Update requires: No interruption