aws.cognito_sync.describe_identity_usage
Example SQL Queries
SELECT * FROMaws.cognito_sync.describe_identity_usageWHERE"identity_pool_id" = 'VALUE'AND "identity_id" = 'VALUE';Description
Gets usage information for an identity, including number of datasets and data usage.
This API can be called with temporary user credentials provided by Cognito Identity or with developer credentials.
Table Definition
| Column Name | Column Data Type |
|---|---|
| identity_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 |
| 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_usage Usage information for the identity. | STRUCT( |
Show child fields
| |