aws.events.list_archives
Example SQL Queries
SELECT * FROMaws.events.list_archives;Description
Lists your archives. You can either list all the archives or you can provide a prefix to match to the archive names. Filter parameters are exclusive.
Table Definition
| Column Name | Column Data Type |
|---|---|
| event_source_arn Input Column The ARN of the event source associated with the archive. | VARCHAR |
| limit Input Column The maximum number of results to return. | BIGINT |
| name_prefix Input Column A name prefix to filter the archives returned. Only archives with name that match the prefix are returned. | VARCHAR |
| next_token Input Column The token returned by a previous call to retrieve the next set of results. | VARCHAR |
| state Input Column The state 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 |
| archives An array of Archive objects that include details about an archive. | STRUCT( |
Show child fields
| |