aws.workmail.list_mail_domains
Example SQL Queries
SELECT * FROMaws.workmail.list_mail_domainsWHERE"organization_id" = 'VALUE';Description
Lists the mail domains in a given WorkMail organization.
Table Definition
| Column Name | Column Data Type |
|---|---|
| organization_id Required Input Column The WorkMail organization for which to list domains. | VARCHAR |
| max_results Input Column The maximum number of results to return in a single call. | BIGINT |
| next_token Input Column The token to use to retrieve the next page of results. The value becomes null when there are no more results to return. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| mail_domains The list of mail domain summaries, specifying domains that exist in the specified WorkMail organization, along with the information about whether the domain is or isn't the default. | STRUCT( |
Show child fields
| |