aws.cognito_identity.describe_identity
Example SQL Queries
SELECT * FROMaws.cognito_identity.describe_identityWHERE"identity_id" = 'VALUE';Description
Returns metadata related to the given identity, including when the identity was created and any associated linked logins.
You must use AWS Developer credentials to call this API.
Table Definition
| Column Name | Column Data Type |
|---|---|
| identity_id Required Input Column A unique identifier in the format REGION:GUID. | 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 Date on which the identity was created. | TIMESTAMP_S |
| last_modified_date Date on which the identity was last modified. | TIMESTAMP_S |
| logins The provider names. | VARCHAR[] |
Show child fields
| |