aws.workmail.list_availability_configurations
Example SQL Queries
SELECT * FROMaws.workmail.list_availability_configurationsWHERE"organization_id" = 'VALUE';Description
List all the AvailabilityConfiguration's for the given WorkMail organization.
Table Definition
| Column Name | Column Data Type |
|---|---|
| organization_id Required Input Column The WorkMail organization for which the AvailabilityConfiguration's will be listed. | 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 |
| date_created The date and time at which the availability configuration was created. | TIMESTAMP_S |
| date_modified The date and time at which the availability configuration was last modified. | TIMESTAMP_S |
| domain_name Displays the domain to which the provider applies. | VARCHAR |
| ews_provider If ProviderType is EWS, then this field contains RedactedEwsAvailabilityProvider. Otherwise, it is not required. | STRUCT( |
Show child fields
| |
| lambda_provider If ProviderType is LAMBDA then this field contains LambdaAvailabilityProvider. Otherwise, it is not required. | STRUCT( |
Show child fields
| |
| provider_type Displays the provider type that applies to this domain. | VARCHAR |