aws.workmail.describe_organization
Example SQL Queries
SELECT * FROMaws.workmail.describe_organizationWHERE"organization_id" = 'VALUE';Description
Provides more information regarding a given organization based on its identifier.
Table Definition
| Column Name | Column Data Type |
|---|---|
| organization_id Required Input Column The identifier of an organization. | 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 |
| alias The alias for an organization. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the organization. | VARCHAR |
| completed_date The date at which the organization became usable in the WorkMail context, in UNIX epoch time format. | TIMESTAMP_S |
| default_mail_domain The default mail domain associated with the organization. | VARCHAR |
| directory_id The identifier for the directory associated with an WorkMail organization. | VARCHAR |
| directory_type The type of directory associated with the WorkMail organization. | VARCHAR |
| error_message (Optional) The error message indicating if unexpected behavior was encountered with regards to the organization. | VARCHAR |
| interoperability_enabled Indicates if interoperability is enabled for this organization. | BOOLEAN |
| migration_admin The user ID of the migration admin if migration is enabled for the organization. | VARCHAR |
| state The state of an organization. | VARCHAR |