aws.workmailmessageflow.get_raw_message_content
Example SQL Queries
SELECT * FROMaws.workmailmessageflow.get_raw_message_contentWHERE"message_id" = 'VALUE';Description
Retrieves the raw content of an in-transit email message, in MIME format.
Table Definition
| Column Name | Column Data Type |
|---|---|
| message_id Required Input Column The identifier of the email message to retrieve. | 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_content The raw content of the email message, in MIME format. | BLOB |