aws.cognito_sync.get_identity_pool_configuration
Example SQL Queries
SELECT * FROMaws.cognito_sync.get_identity_pool_configurationWHERE"identity_pool_id" = 'VALUE';Description
Gets the configuration settings of 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 A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. | 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 |
| cognito_streams Options to apply to this identity pool for Amazon Cognito streams. | STRUCT( |
Show child fields
| |
| push_sync Options to apply to this identity pool for push synchronization. | STRUCT( |
Show child fields
| |