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.
cognitosync_describe_identity_usage(IdentityPoolId, IdentityId)
A list with the following syntax:
list(
IdentityUsage = list(
IdentityId = "string",
IdentityPoolId = "string",
LastModifiedDate = as.POSIXct(
"2015-01-01"
),
DatasetCount = 123,
DataStorage = 123
)
)
[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.
[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_usage(
IdentityPoolId = "string",
IdentityId = "string"
)