aws.workmail.get_impersonation_role
Example SQL Queries
SELECT * FROMaws.workmail.get_impersonation_roleWHERE"organization_id" = 'VALUE'AND "impersonation_role_id" = 'VALUE';Description
Gets the impersonation role details for the given WorkMail organization.
Table Definition
| Column Name | Column Data Type |
|---|---|
| impersonation_role_id Required Input Column The impersonation role ID. | VARCHAR |
| organization_id Required Input Column The WorkMail organization from which to retrieve the impersonation role. | 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 when the impersonation role was created. | TIMESTAMP_S |
| date_modified The date when the impersonation role was last modified. | TIMESTAMP_S |
| description The impersonation role description. | VARCHAR |
| name The impersonation role name. | VARCHAR |
| rules The list of rules for the given impersonation role. | STRUCT( |
Show child fields
| |
| type The impersonation role type. | VARCHAR |