aws.workmail.list_groups_for_entity
Example SQL Queries
SELECT * FROMaws.workmail.list_groups_for_entityWHERE"organization_id" = 'VALUE'AND "entity_id" = 'VALUE';Description
Returns all the groups to which an entity belongs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| entity_id Required Input Column The identifier for the entity. The entity ID can accept UserId or GroupID, Username or Groupname, or email.
| VARCHAR |
| organization_id Required Input Column The identifier for the organization under which the entity exists. | VARCHAR |
| filters Input Column Limit the search results based on the filter criteria. | STRUCT( |
Show child fields
| |
| max_results Input Column The maximum number of results to return in a single call. | BIGINT |
| next_token Input Column The token to use to retrieve the next page of results. This value is `null` when there are no more 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 |
| groups The overview of groups in an organization. | STRUCT( |
Show child fields
| |