aws.cognito_identity.list_identities
Example SQL Queries
SELECT * FROMaws.cognito_identity.list_identitiesWHERE"identity_pool_id" = 'VALUE'AND "max_results" = 'VALUE';Description
Lists the identities in an identity pool.
You must use AWS Developer credentials to call this API.
Table Definition
| Column Name | Column Data Type |
|---|---|
| identity_pool_id Required Input Column An identity pool ID in the format REGION:GUID. | VARCHAR |
| max_results Required Input Column The maximum number of identities to return. | BIGINT |
| hide_disabled Input Column An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response. | BOOLEAN |
| next_token Input Column A pagination token. | 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 |
| identities An object containing a set of identities and associated mappings. | STRUCT( |
Show child fields
| |