aws.cognito_sync.get_cognito_events
Example SQL Queries
SELECT * FROMaws.cognito_sync.get_cognito_eventsWHERE"identity_pool_id" = 'VALUE';Description
Gets the events and the corresponding Lambda functions associated with an identity pool.
This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity.
Table Definition
| Column Name | Column Data Type |
|---|---|
| identity_pool_id Required Input Column The Cognito Identity Pool ID for the request | 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 |
| events The Cognito Events returned from the GetCognitoEvents request | MAP(VARCHAR, VARCHAR) |