EventBridge Replay

EventBridge Replay in AWS allows you to reprocess past events by replaying them from an archive to event buses or other targets. This is useful for testing, troubleshooting, or recovering from errors by ensuring events are delivered again as if they were new.

aws.eventbridge_replay

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
event_end_timecoretimestampA time stamp for the time to start replaying events. Any event with a creation time prior to the EventEndTime specified is replayed.
event_last_replayed_timecoretimestampA time stamp for the time that the last event was replayed.
event_source_arncorestringThe ARN of the archive to replay event from.
event_start_timecoretimestampA time stamp for the time to start replaying events. This is determined by the time in the event as described in Time.
replay_end_timecoretimestampA time stamp for the time that the replay completed.
replay_namecorestringThe name of the replay.
replay_start_timecoretimestampA time stamp for the time that the replay started.
statecorestringThe current state of the replay.
state_reasoncorestringA description of why the replay is in the current state.
tagscorehstore