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 AWS CloudFormation template, use the following syntax:
JSON
{ "Status" :
String
, "Time" :ReplicationTimeValue
}
YAML
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