aws.workmail.list_groups
Example SQL Queries
SELECT * FROMaws.workmail.list_groupsWHERE"organization_id" = 'VALUE';Description
Returns summaries of the organization's groups.
Table Definition
| Column Name | Column Data Type |
|---|---|
| organization_id Required Input Column The identifier for the organization under which the groups exist. | VARCHAR |
| filters Input Column Limit the search results based on the filter criteria. Only one filter per request is supported. | STRUCT( |
Show child fields
| |
| _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 |
| disabled_date The date indicating when the group was disabled from WorkMail use. | TIMESTAMP_S |
| email The email of the group. | VARCHAR |
| enabled_date The date indicating when the group was enabled for WorkMail use. | TIMESTAMP_S |
| id The identifier of the group. | VARCHAR |
| name The name of the group. | VARCHAR |
| state The state of the group, which can be ENABLED, DISABLED, or DELETED. | VARCHAR |