user_pool_users
Retrieves a list of user_pool_users
in a region
Overview
Name | user_pool_users |
Type | Resource |
Description | user_pool_users |
Id | awscc.cognito.user_pool_users |
Fields
Name | Datatype | Description |
---|---|---|
user_pool_id | string | |
username | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
user_pool_id,
username
FROM awscc.cognito.user_pool_users
WHERE region = 'us-east-1'
Permissions
To operate on the user_pool_users
resource, the following permissions are required:
Create
cognito-idp:AdminCreateUser,
cognito-idp:AdminGetUser,
iam:PassRole
List
cognito-idp:ListUsers