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

SNSTopicPublishAction

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

Information required to publish the Amazon SNS message.

interface SNSTopicPublishAction {
payload?: Payload | null;
targetArn: string;
}

§Properties

§
payload?: Payload | null
[src]

You can configure the action payload when you send a message as an Amazon SNS push notification.

§
targetArn: string
[src]

The ARN of the Amazon SNS target where the message is sent.