TSNSPublishBatchRequest
Class in AWS.SNS
PublishBatch request class.
Ancestors
Properties
TopicArn
property TopicArn: TARN
PublishBatchRequestEntries
property PublishBatchRequestEntries: TList<ISNSPublishBatchRequestEntry>
Type: ISNSPublishBatchRequestEntry
Constructors
Create
constructor Create(const ATopicArn: TARN);
Constructor for TSNSPublishBatchRequest.
Parameters
| Name | Description |
|---|---|
ATopicArn | The Amazon Resource Name (ARN) of the topic for which the messages are to be delivered to. |