aws.workmail.describe_entity
Example SQL Queries
SELECT * FROMaws.workmail.describe_entityWHERE"organization_id" = 'VALUE'AND "email" = 'VALUE';Description
Returns basic details about an entity in WorkMail.
Table Definition
| Column Name | Column Data Type |
|---|---|
| email Required Input Column The email under which the entity exists. | 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 |
| entity_id The entity ID under which the entity exists. | VARCHAR |
| name Username, GroupName, or ResourceName based on entity type. | VARCHAR |
| type Entity type. | VARCHAR |