aws.ses.get_identity_mail_from_domain_attributes
Example SQL Queries
SELECT * FROMaws.ses.get_identity_mail_from_domain_attributesWHERE"identities" = 'VALUE';Description
Returns the custom MAIL FROM attributes for a list of identities (email addresses : domains).
This operation is throttled at one request per second and can only get custom MAIL FROM attributes for up to 100 identities at a time.
Table Definition
| Column Name | Column Data Type |
|---|---|
| identities Required Input Column A list of one or more identities. | VARCHAR[] |
Show child fields
| |
| _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
| |
| mail_from_domain_attributes A map of identities to custom MAIL FROM attributes. | MAP(VARCHAR, STRUCT( |