Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PushSync

import type { PushSync } from "https://aws-api.deno.dev/v0.4/services/cognitosync.ts?docs=full";

Configuration options to be applied to the identity pool.

interface PushSync {
ApplicationArns?: string[] | null;
RoleArn?: string | null;
}

§Properties

§
ApplicationArns?: string[] | null
[src]

List of SNS platform application ARNs that could be used by clients.

§
RoleArn?: string | null
[src]

A role configured to allow Cognito to call SNS on behalf of the developer.