Skip to main content

user_pools_list_only

Lists user_pools in a region or regions, for all properties use user_pools

Overview

Nameuser_pools_list_only
TypeResource
DescriptionDefinition of AWS::Cognito::UserPool Resource Type
Idaws.cognito.user_pools_list_only

Fields

NameDatatypeDescription
user_pool_idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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