cognitosync_subscribe_to_dataset: Subscribes to receive notifications when a dataset is...

View source: R/cognitosync_operations.R

cognitosync_subscribe_to_datasetR Documentation

Subscribes to receive notifications when a dataset is modified by another device

Description

Subscribes to receive notifications when a dataset is modified by another device.

See https://www.paws-r-sdk.com/docs/cognitosync_subscribe_to_dataset/ for full documentation.

Usage

cognitosync_subscribe_to_dataset(
  IdentityPoolId,
  IdentityId,
  DatasetName,
  DeviceId
)

Arguments

IdentityPoolId

[required] A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which the identity belongs.

IdentityId

[required] Unique ID for this identity.

DatasetName

[required] The name of the dataset to subcribe to.

DeviceId

[required] The unique ID generated for this device by Cognito.


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