ISNSPublishBatchRequest
Interface in AWS.SNS
Interface for PublishBatch requests.
Ancestors
Properties
TopicArn
property TopicArn: TARN
The Amazon Resource Name (ARN) of the topic for which the messages are to be delivered to.
PublishBatchRequestEntries
property PublishBatchRequestEntries: TList<ISNSPublishBatchRequestEntry>
Type: ISNSPublishBatchRequestEntry
Specify a list of PublishBatch request entries to send to the SNS topic.
Methods
AddPublishBatchRequestEntry
function AddPublishBatchRequestEntry( const APublishBatchRequestEntry: ISNSPublishBatchRequestEntry): Integer;
Add a PublishBatch request entry to PublishBatchRequestEntries.
Parameters
| Name | Description |
|---|---|
APublishBatchRequestEntry | Specify a PublishBatch request entry to add to PublishBatchRequestEntries. |
Returns
Returns the index of the PublishBatch request entry to added to PublishBatchRequestEntries.