View source: R/cognitosync_operations.R
cognitosync_set_identity_pool_configuration | R Documentation |
Sets the necessary configuration for push sync.
See https://www.paws-r-sdk.com/docs/cognitosync_set_identity_pool_configuration/ for full documentation.
cognitosync_set_identity_pool_configuration(
IdentityPoolId,
PushSync = NULL,
CognitoStreams = NULL
)
IdentityPoolId |
[required] A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify. |
PushSync |
Options to apply to this identity pool for push synchronization. |
CognitoStreams |
Options to apply to this identity pool for Amazon Cognito streams. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.