aws.workdocs.describe_groups
Example SQL Queries
SELECT * FROMaws.workdocs.describe_groupsWHERE"search_query" = 'VALUE';Description
Describes the groups specified by the query. Groups are defined by the underlying Active Directory.
Table Definition
| Column Name | Column Data Type |
|---|---|
| search_query Required Input Column A query to describe groups by group name. | VARCHAR |
| authentication_token Input Column Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API. | VARCHAR |
| organization_id Input Column The ID of the organization. | 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 |
| id The ID of the user group. | VARCHAR |
| name The name of the group. | VARCHAR |