aws.qbusiness.list_groups
Example SQL Queries
SELECT * FROMaws.qbusiness.list_groupsWHERE"application_id" = 'VALUE'AND "index_id" = 'VALUE'AND "updated_earlier_than" = 'VALUE';Description
Provides a list of groups that are mapped to users.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The identifier of the application for getting a list of groups mapped to users. | VARCHAR |
| index_id Required Input Column The identifier of the index for getting a list of groups mapped to users. | VARCHAR |
| updated_earlier_than Required Input Column The timestamp identifier used for the latest PUT or DELETE action for mapping users to their groups. | TIMESTAMP_S |
| data_source_id Input Column The identifier of the data source for getting a list of groups mapped to users. | 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 |
| group_name The name of the group the summary information is for. | VARCHAR |