user_pool_groups_list_only
Lists user_pool_groups
in a region or regions, for all properties use user_pool_groups
Overview
Name | user_pool_groups_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Cognito::UserPoolGroup |
Id | aws.cognito.user_pool_groups_list_only |
Fields
Name | Datatype | Description |
---|---|---|
description | string | |
group_name | string | |
precedence | integer | |
role_arn | string | |
user_pool_id | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all user_pool_groups
in a region.
SELECT
region,
user_pool_id,
group_name
FROM aws.cognito.user_pool_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the user_pool_groups_list_only
resource, see user_pool_groups