aws.mailmanager.get_archive
Example SQL Queries
SELECT * FROMaws.mailmanager.get_archiveWHERE"archive_id" = 'VALUE';Description
Retrieves the full details and current state of a specified email archive.
Table Definition
| Column Name | Column Data Type |
|---|---|
| archive_id Required Input Column The unique identifier 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
| |
| archive_arn The Amazon Resource Name (ARN) of the archive. | VARCHAR |
| archive_name The unique name assigned to the archive. | VARCHAR |
| archive_state The current state of the archive:
| VARCHAR |
| created_timestamp The timestamp of when the archive was created. | TIMESTAMP_S |
| kms_key_arn The Amazon Resource Name (ARN) of the KMS key used to encrypt the archive. | VARCHAR |
| last_updated_timestamp The timestamp of when the archive was modified. | TIMESTAMP_S |
| retention The retention period for emails in this archive. | STRUCT( |
Show child fields
| |