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

AnalyticsConfigurationType

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

The Amazon Pinpoint analytics configuration necessary to collect metrics for a user pool.

Note: In Regions where Amazon Pinpointisn't available, user pools only support sending events to Amazon Pinpoint projects in us-east-1. In Regions where Amazon Pinpoint is available, user pools support sending events to Amazon Pinpoint projects within that same Region.

interface AnalyticsConfigurationType {
ApplicationArn?: string | null;
ApplicationId?: string | null;
ExternalId?: string | null;
RoleArn?: string | null;
UserDataShared?: boolean | null;
}

§Properties

§
ApplicationArn?: string | null
[src]

The Amazon Resource Name (ARN) of an Amazon Pinpoint project. You can use the Amazon Pinpoint project to integrate with the chosen user pool Client. Amazon Cognito publishes events to the Amazon Pinpoint project that the app ARN declares.

§
ApplicationId?: string | null
[src]

The application ID for an Amazon Pinpoint application.

§
ExternalId?: string | null
[src]

The external ID.

§
RoleArn?: string | null
[src]

The ARN of an Identity and Access Management role that authorizes Amazon Cognito to publish events to Amazon Pinpoint analytics.

§
UserDataShared?: boolean | null
[src]

If UserDataShared is true, Amazon Cognito includes user data in the events that it publishes to Amazon Pinpoint analytics.