Skip to main content

user_pool_groups

Retrieves a list of user_pool_groups in a region

Overview

Nameuser_pool_groups
TypeResource
Descriptionuser_pool_groups
Idawscc.cognito.user_pool_groups

Fields

NameDatatypeDescription
user_pool_idstring
group_namestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
user_pool_id,
group_name
FROM awscc.cognito.user_pool_groups
WHERE region = 'us-east-1'

Permissions

To operate on the user_pool_groups resource, the following permissions are required:

Create

cognito-idp:CreateGroup,
iam:PassRole,
iam:PutRolePolicy,
cognito-idp:GetGroup

List

cognito-idp:ListGroups