aws.workmail.list_aliases
Example SQL Queries
SELECT * FROMaws.workmail.list_aliasesWHERE"organization_id" = 'VALUE'AND "entity_id" = 'VALUE';Description
Creates a paginated call to list the aliases associated with a given entity.
Table Definition
| Column Name | Column Data Type |
|---|---|
| entity_id Required Input Column The identifier for the entity for which to list the aliases. | VARCHAR |
| organization_id Required Input Column The identifier for the organization under which the entity exists. | 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 |
| aliases | VARCHAR |