aws.cognito_idp.get_group
Example SQL Queries
SELECT * FROMaws.cognito_idp.get_groupWHERE"group_name" = 'VALUE'AND "user_pool_id" = 'VALUE';Description
Gets a group.
Calling this action requires developer credentials.
Table Definition
| Column Name | Column Data Type |
|---|---|
| group_name Required Input Column The name of the group. | VARCHAR |
| user_pool_id Required Input Column The user pool ID for the user pool. | 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 The group object for the group. | STRUCT( |
Show child fields
| |