AWS EventBridge

List replays

List all replays or provide a prefix to match to replay names. Filter parameters are exclusive.

Inputs

Field

Type

Description

region [required]

enum

default: us-east-1

eventSourceArn

string

The ARN of the archive from which the events are replayed.

limit

number

The maximum number of replays to retrieve.

namePrefix

string

A name prefix to filter the replays returned. Only replays with names that match the prefix are returned.

state

string

The state of the replay.

Outputs

Expand All

Field

Type

Description

replays [required]

[object]

ReplayName

string

The name of the replay.

EventSourceArn

string

The ARN of the archive to replay event from.

State

string

The current state of the replay.

StateReason

string

A description of why the replay is in the current state.

EventStartTime

date-time

A time stamp for the time to start replaying events. This is determined by the time in the event as described in Time.

EventEndTime

date-time

A time stamp for the time to start replaying events. Any event with a creation time prior to the EventEndTime specified is replayed.

EventLastReplayedTime

date-time

A time stamp for the time that the last event was replayed.

ReplayStartTime

date-time

A time stamp for the time that the replay started.

ReplayEndTime

date-time

A time stamp for the time that the replay completed.