AWS::Events::ReplayAn EventBridge Replay replays archived events from an archive to an event bus.
5 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Destination | object | RequiredCreate-only |
EventEndTime | string | RequiredCreate-only |
EventSourceArn | string | RequiredCreate-only |
EventStartTime | string | RequiredCreate-only |
ReplayName | string | RequiredCreate-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ReplayArn | string | The ARN of the replay. |
ReplayStartTime | string | A time stamp for the time that the replay started. |
State | string | The current state of the replay. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Events::Replay
Resources:
MyResource:
Type: AWS::Events::Replay
Properties:
ReplayName: "my-replayname"
EventSourceArn: "arn:aws:service:region:account:resource"
EventStartTime: "value"
EventEndTime: "value"
Destination: {}Permissions CloudFormation needs in your IAM role to manage this resource.
events:DescribeReplayevents:ListReplaysOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterReplayArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DestinationEventEndTimeEventSourceArnEventStartTimeReplayName