AWS EventBridge

Start replay

Start a replay. Events may not be replayed in the same order they were added to the archive. See StartReplay in the EventBridge documentation for more information.

Inputs

Field

Type

Description

region [required]

enum

default: us-east-1

name [required]

string

The name of the replay to start.

eventSourceArn [required]

string

The ARN of the archive from which to replay events.

eventTimeRange [required]

The time period from which to replay events.

destinationEventBusName [required]

string

The ARN of the event bus to replay events to.

ruleNamesToApply

[string]

List of rule ARNs to apply to replayed events.

description

string

A description for the replay to start.

Outputs

Field

Type

Description

replayArn

string

The ARN of the replay.

state

string

The state of the replay.

stateReason

string

The reason that the replay is in the state.

replayStartTime

date-time

The time at which the replay started.