user_pools_list_only
Lists user_pools in a region or regions, for all properties use user_pools
Overview
| Name | user_pools_list_only |
| Type | Resource |
| Description | Definition of AWS::Cognito::UserPool Resource Type |
| Id | aws.cognito.user_pools_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
user_pool_id | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all user_pools in a region.
SELECT
region,
user_pool_id
FROM aws.cognito.user_pools_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the user_pools_list_only resource, see user_pools