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/ses.ts?docs=full";

Contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

Event destinations, such as Amazon SNS, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

interface SNSDestination {
TopicARN: string;
}

§Properties

§
TopicARN: string
[src]

The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.