This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Events::Replay
A Replay object that contains details about a replay.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Events::Replay", "Properties" : { "Destination" :Destination, "EventEndTime" :String, "EventSourceArn" :String, "EventStartTime" :String, "ReplayName" :String} }
YAML
Type: AWS::Events::Replay Properties: Destination:DestinationEventEndTime:StringEventSourceArn:StringEventStartTime:StringReplayName:String
Properties
DestinationProperty description not available.
Required: Yes
Type: Destination
Update requires: Replacement
EventEndTime-
A time stamp for the time to start replaying events. Any event with a creation time prior to the
EventEndTimespecified is replayed.Required: Yes
Type: String
Update requires: Replacement
EventSourceArn-
The ARN of the archive to replay event from.
Required: Yes
Type: String
Minimum:
1Maximum:
1600Update requires: Replacement
EventStartTime-
A time stamp for the time to start replaying events. This is determined by the time in the event as described in Time.
Required: Yes
Type: String
Update requires: Replacement
ReplayName-
The name of the replay.
Required: Yes
Type: String
Pattern:
^[\.\-_A-Za-z0-9]+$Minimum:
1Maximum:
64Update requires: Replacement
Return values
Ref
Fn::GetAtt
ReplayArnProperty description not available.
ReplayStartTime-
A time stamp for the time that the replay started.
State-
The current state of the replay.