aws.cognito_idp.list_identity_providers
Example SQL Queries
SELECT * FROMaws.cognito_idp.list_identity_providersWHERE"user_pool_id" = 'VALUE';Description
Lists information about all IdPs for a 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. | 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 |
| creation_date The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object. | TIMESTAMP_S |
| last_modified_date The date the provider was last modified. | TIMESTAMP_S |
| provider_name The IdP name. | VARCHAR |
| provider_type The IdP type. | VARCHAR |