aws.events.describe_archive
Example SQL Queries
SELECT * FROMaws.events.describe_archiveWHERE"archive_name" = 'VALUE';Description
Retrieves details about an archive.
Table Definition
| Column Name | Column Data Type |
|---|---|
| archive_name Required Input Column The name of the archive. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| archive_arn The ARN of the archive. | VARCHAR |
| creation_time The time at which the archive was created. | TIMESTAMP_S |
| description The description of the archive. | VARCHAR |
| event_count The number of events in the archive. | BIGINT |
| event_pattern The event pattern used to filter events sent to the archive. | VARCHAR |
| event_source_arn The ARN of the event source associated with the archive. | VARCHAR |
| retention_days The number of days to retain events for in the archive. | BIGINT |
| size_bytes The size of the archive in bytes. | BIGINT |
| state The state of the archive. | VARCHAR |
| state_reason The reason that the archive is in the state. | VARCHAR |