class Aws::EventBridge::Types::Archive

An `Archive` object that contains details about an archive.

@!attribute [rw] archive_name

The name of the archive.
@return [String]

@!attribute [rw] event_source_arn

The ARN of the event bus associated with the archive. Only events
from this event bus are sent to the archive.
@return [String]

@!attribute [rw] state

The current state of the archive.
@return [String]

@!attribute [rw] state_reason

A description for the reason that the archive is in the current
state.
@return [String]

@!attribute [rw] retention_days

The number of days to retain events in the archive before they are
deleted.
@return [Integer]

@!attribute [rw] size_bytes

The size of the archive, in bytes.
@return [Integer]

@!attribute [rw] event_count

The number of events in the archive.
@return [Integer]

@!attribute [rw] creation_time

The time stamp for the time that the archive was created.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/Archive AWS API Documentation

Constants

SENSITIVE