EventBridge Archive

EventBridge Archive is an AWS resource that allows you to store and retain events published to EventBridge event buses. It enables you to capture all or filtered subsets of events for long-term storage, replay, and auditing. This helps in troubleshooting, compliance, and reprocessing use cases by letting you replay archived events back into an event bus at any time.

aws.eventbridge_archive

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
archive_namecorestringThe name of the archive.
creation_timecoretimestampThe time stamp for the time that the archive was created.
event_countcoreint64The number of events in the archive.
event_source_arncorestringThe ARN of the event bus associated with the archive. Only events from this event bus are sent to the archive.
retention_dayscoreint64The number of days to retain events in the archive before they are deleted.
size_bytescoreint64The size of the archive, in bytes.
statecorestringThe current state of the archive.
state_reasoncorestringA description for the reason that the archive is in the current state.
tagscorehstore