TSNSPublishToTopicRequest
Class in AWS.SNS
Publish request class targeting topics.
Ancestors
Properties
MessageDeduplicationId
property MessageDeduplicationId: string
MessageGroupId
property MessageGroupId: string
Subject
property Subject: string
TopicArn
property TopicArn: TARN
Constructors
Create
constructor Create(const ATopicArn: TARN; AMessage: string = ''; AMessageStructure: string = '');
Constructor for TSNSPublishToTopicRequest.
Parameters
| Name | Description |
|---|---|
ATopicArn | The Amazon Resource Name (ARN) of the topic for which the message is to be delivered to. |
AMessage | The message to send. |
AMessageStructure | Message structure. |