aws.workmail.list_impersonation_roles
Example SQL Queries
SELECT * FROMaws.workmail.list_impersonation_rolesWHERE"organization_id" = 'VALUE';Description
Lists all the impersonation roles for the given WorkMail organization.
Table Definition
| Column Name | Column Data Type |
|---|---|
| organization_id Required Input Column The WorkMail organization to which the listed impersonation roles belong. | VARCHAR |
| max_results Input Column The maximum number of results returned in a single call. | BIGINT |
| next_token Input Column The token to retrieve the next page of results. The value is null when there are no 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 |
| roles The list of impersonation roles under the given WorkMail organization. | STRUCT( |
Show child fields
| |