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

PinpointDestination

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

An object that defines an Amazon Pinpoint project destination for email events. You can send email event data to a Amazon Pinpoint project to view metrics using the Transactional Messaging dashboards that are built in to Amazon Pinpoint. For more information, see Transactional Messaging Charts in the Amazon Pinpoint User Guide.

interface PinpointDestination {
ApplicationArn?: string | null;
}

§Properties

§
ApplicationArn?: string | null
[src]

The Amazon Resource Name (ARN) of the Amazon Pinpoint project to send email events to.