aws.cognito_sync.list_identity_pool_usage
Example SQL Queries
SELECT * FROMaws.cognito_sync.list_identity_pool_usage;Description
Gets a list of identity pools registered with Cognito.
ListIdentityPoolUsage can only be called with developer credentials. You cannot make this API call with the temporary user credentials provided by Cognito Identity.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to be returned. | BIGINT |
| next_token Input Column A pagination token for obtaining the next page of results. | 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 |
| count Total number of identities for the identity pool. | BIGINT |
| identity_pool_usages Usage information for the identity pools. | STRUCT( |
Show child fields
| |