aws.mailmanager.get_archive_message_content
Example SQL Queries
SELECT * FROMaws.mailmanager.get_archive_message_contentWHERE"archived_message_id" = 'VALUE';Description
Returns the textual content of a specific email message stored in the archive. Attachments are not included.
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
| |
| body The textual body content of the email message. | STRUCT( |
Show child fields
| |