identity_pools_list_only
Lists identity_pools
in a region or regions, for all properties use identity_pools
Overview
Name | identity_pools_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Cognito::IdentityPool |
Id | aws.cognito.identity_pools_list_only |
Fields
Name | Datatype | Description |
---|---|---|
push_sync | object | |
cognito_identity_providers | array | |
developer_provider_name | string | |
cognito_streams | object | |
supported_login_providers | object | |
name | string | |
cognito_events | object | |
id | string | |
identity_pool_name | string | |
allow_unauthenticated_identities | boolean | |
saml_provider_arns | array | |
open_id_connect_provider_arns | array | |
allow_classic_flow | boolean | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all identity_pools
in a region.
SELECT
region,
id
FROM aws.cognito.identity_pools_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the identity_pools_list_only
resource, see identity_pools