aws.cognito_identity.get_id
Example SQL Queries
SELECT * FROMaws.cognito_identity.get_idWHERE"identity_pool_id" = 'VALUE';Description
Generates (or retrieves) a Cognito ID. Supplying multiple logins will create an implicit linked account.
This is a public API. You do not need any 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 |
| account_id Input Column A standard AWS account ID (9+ digits). | VARCHAR |
| logins Input Column A set of optional name-value pairs that map provider names to provider tokens. The available provider names for Logins are as follows:
| MAP(VARCHAR, 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 |
| identity_id A unique identifier in the format REGION:GUID. | VARCHAR |