sns_publish_batch {paws.application.integration} | R Documentation |
Publishes up to ten messages to the specified topic. This is a batch version of publish
. For FIFO topics, multiple messages within a single batch are published in the order they are sent, and messages are deduplicated within the batch and across batches for 5 minutes.
See https://www.paws-r-sdk.com/docs/sns_publish_batch/ for full documentation.
sns_publish_batch(TopicArn, PublishBatchRequestEntries)
TopicArn |
[required] The Amazon resource name (ARN) of the topic you want to batch publish to. |
PublishBatchRequestEntries |
[required] A list of |