aws.cognito_idp.list_user_pool_clients
Example SQL Queries
SELECT * FROMaws.cognito_idp.list_user_pool_clientsWHERE"user_pool_id" = 'VALUE';Description
Lists the clients that have been created for the specified user pool.
Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For this operation, you must use IAM credentials to authorize requests, and you must grant yourself the corresponding IAM permission in a policy.
Learn more
Table Definition
| Column Name | Column Data Type |
|---|---|
| user_pool_id Required Input Column The user pool ID for the user pool where you want to describe the user pool client. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| client_id The ID of the client associated with the user pool. | VARCHAR |
| client_name The client name from the user pool client description. | VARCHAR |