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

An object that contains information about an event destination that sends data to Amazon SNS.

interface SnsDestination {
TopicArn?: string | null;
}

§Properties

§
TopicArn?: string | null
[src]

The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish events to.