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.
cognitosync_describe_identity_pool_usage(IdentityPoolId)
A list with the following syntax:
list(
IdentityPoolUsage = list(
IdentityPoolId = "string",
SyncSessionsCount = 123,
DataStorage = 123,
LastModifiedDate = as.POSIXct(
"2015-01-01"
)
)
)
[required] 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.
svc$describe_identity_pool_usage(
IdentityPoolId = "string"
)