aws.mailmanager.list_archives
Example SQL Queries
SELECT * FROMaws.mailmanager.list_archives;Description
Returns a list of all email archives in your account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| archive_id The unique identifier of the archive. | VARCHAR |
| archive_name The unique name assigned to the archive. | VARCHAR |
| archive_state The current state of the archive:
| VARCHAR |
| last_updated_timestamp The timestamp of when the archive was last updated. | TIMESTAMP_S |