cognitosync_list_datasets: Lists datasets for an identity

View source: R/cognitosync_operations.R

cognitosync_list_datasetsR 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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.