aws.cognito_sync.describe_identity_pool_usage
Example SQL Queries
SELECT * FROMaws.cognito_sync.describe_identity_pool_usageWHERE"identity_pool_id" = 'VALUE';Description
Gets usage details (for example, data storage) about a particular 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. GUID generation is unique within a region. | 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_pool_usage Information about the usage of the identity pool. | STRUCT( |
Show child fields
| |