user_pool_clients_list_only
Lists user_pool_clients
in a region or regions, for all properties use user_pool_clients
Overview
Name | user_pool_clients_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Cognito::UserPoolClient |
Id | aws.cognito.user_pool_clients_list_only |
Fields
Name | Datatype | Description |
---|---|---|
client_name | string | |
explicit_auth_flows | array | |
generate_secret | boolean | |
read_attributes | array | |
auth_session_validity | integer | |
refresh_token_validity | integer | |
access_token_validity | integer | |
id_token_validity | integer | |
token_validity_units | object | |
user_pool_id | string | |
write_attributes | array | |
allowed_oauth_flows | array | |
allowed_oauth_flows_user_pool_client | boolean | |
allowed_oauth_scopes | array | |
callback_urls | array | |
default_redirect_uri | string | |
logout_urls | array | |
supported_identity_providers | array | |
analytics_configuration | object | |
prevent_user_existence_errors | string | |
enable_token_revocation | boolean | |
enable_propagate_additional_user_context_data | boolean | |
name | string | |
client_secret | string | |
client_id | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all user_pool_clients
in a region.
SELECT
region,
user_pool_id,
client_id
FROM aws.cognito.user_pool_clients_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the user_pool_clients_list_only
resource, see user_pool_clients