AWS EventBridge

Describe replay

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Retrieve details about a replay. Use DescribeReplay to determine the progress of a running replay.

Inputs

Champ

Type

Description

region [required]

enum

default: us-east-1

name [required]

string

The name of the replay to retrieve.

Outputs

Expand All

Champ

Type

Description

replayName

string

The name of the replay.

replayArn

string

The ARN of the replay.

description

string

The description of the replay.

state

string

The current state of the replay.

stateReason

string

The reason that the replay is in the current state.

eventSourceArn

string

The ARN of the archive events were replayed from.

destination

object

A ReplayDestination object that contains details about the replay.

Arn [required]

string

The ARN of the event bus to replay event to. You can replay events only to the event bus specified to create the archive.

FilterArns

[string]

A list of ARNs for rules to replay events to.

eventStartTime

date-time

The time stamp of the first event that was last replayed from the archive.

eventEndTime

date-time

The time stamp for the last event that was replayed from the archive.

eventLastReplayedTime

date-time

The time that the event was last 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 stopped.

amzRequestId [required]

string