This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::S3::Bucket Metrics
A container specifying replication metrics-related settings enabling replication metrics and events.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "EventThreshold" :ReplicationTimeValue, "Status" :String}
YAML
EventThreshold:ReplicationTimeValueStatus:String
Properties
- EventThreshold
- 
                    A container specifying the time threshold for emitting the s3:Replication:OperationMissedThresholdevent.Required: No Type: ReplicationTimeValue Update requires: No interruption 
- Status
- 
                    Specifies whether the replication metrics are enabled. Required: Yes Type: String Allowed values: Disabled | EnabledUpdate requires: No interruption 
See also
- 
                    AWS::S3::Bucket Examples