aws.workmail.list_organizations
Example SQL Queries
SELECT * FROMaws.workmail.list_organizations;Description
Returns summaries of the customer's organizations.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| alias The alias associated with the organization. | VARCHAR |
| default_mail_domain The default email domain associated with the organization. | VARCHAR |
| error_message The error message associated with the organization. It is only present if unexpected behavior has occurred with regards to the organization. It provides insight or solutions regarding unexpected behavior. | VARCHAR |
| organization_id The identifier associated with the organization. | VARCHAR |
| state The state associated with the organization. | VARCHAR |