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

SnsDestination

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

An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notification when certain email events occur.

interface SnsDestination {
TopicArn: string;
}

§Properties

§
TopicArn: string
[src]

The Amazon Resource Name (ARN) of the Amazon SNS topic to publish email events to. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.