aws.mailmanager.get_archive_message
Example SQL Queries
SELECT * FROMaws.mailmanager.get_archive_messageWHERE"archived_message_id" = 'VALUE';Description
Returns a pre-signed URL that provides temporary download access to the specific email message stored in the archive.
Table Definition
| Column Name | Column Data Type |
|---|---|
| archived_message_id Required Input Column The unique identifier of the archived email message. | 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
| |
| message_download_link A pre-signed URL to temporarily download the full message content. | VARCHAR |