Skip to main content

ISNSPublishRequest

Interface in AWS.SNS

Interface for Publish requests.

Ancestors

Properties

Message

property Message: string

The message to send.

MessageAttributes

property MessageAttributes: TSNSMessageAttributes

Type: TSNSMessageAttributes

Dictionary of message attributes.

MessageStructure

property MessageStructure: string

Message structure.

Set MessageStructure to json if you want to send a different message to each protocol. When sending a JSON message, there must be at least a top-level JSON key of "default" with a string value.