View a markdown version of this page

AWS::Events::Replay - AWS CloudFormation

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: Destination EventEndTime: String EventSourceArn: String EventStartTime: String ReplayName: String

Properties

Destination

Property 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 EventEndTime specified is replayed.

Required: Yes

Type: String

Update requires: Replacement

EventSourceArn

The ARN of the archive to replay event from.

Required: Yes

Type: String

Minimum: 1

Maximum: 1600

Update 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: 1

Maximum: 64

Update requires: Replacement

Return values

Ref

Fn::GetAtt

ReplayArn

Property description not available.

ReplayStartTime

A time stamp for the time that the replay started.

State

The current state of the replay.