Skip to main content
Module

x/aws_api/services/sns/structs.ts>PublishInput

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Latest
interface PublishInput
import { type PublishInput } from "https://deno.land/x/aws_api@v0.8.1/services/sns/structs.ts";

Properties

optional
TopicArn: string | null
optional
TargetArn: string | null
optional
PhoneNumber: string | null
Message: string
optional
Subject: string | null
optional
MessageStructure: string | null
optional
MessageAttributes: { [key: string]: MessageAttributeValue | null | undefined; } | null
optional
MessageDeduplicationId: string | null
optional
MessageGroupId: string | null