cognitosync_list_datasets {paws.security.identity} | R Documentation |
Lists datasets for an identity
Description
Lists datasets for an identity. With Amazon Cognito Sync, each identity has access only to its own data. Thus, the credentials used to make this API call need to have access to the identity data.
See https://www.paws-r-sdk.com/docs/cognitosync_list_datasets/ for full documentation.
Usage
cognitosync_list_datasets(
IdentityPoolId,
IdentityId,
NextToken = NULL,
MaxResults = NULL
)
Arguments
IdentityPoolId |
[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. |
IdentityId |
[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. |
NextToken |
A pagination token for obtaining the next page of results. |
MaxResults |
The maximum number of results to be returned. |
[Package paws.security.identity version 0.6.1 Index]