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

SetCognitoEventsRequest

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

A request to configure Cognito Events"

interface SetCognitoEventsRequest {
Events: {
[key: string]: string | null | undefined;
}
;
IdentityPoolId: string;
}

§Properties

§
Events: {
[key: string]: string | null | undefined;
}
[src]

The events to configure

§
IdentityPoolId: string
[src]

The Cognito Identity Pool to use when configuring Cognito Events