View source: R/sns_operations.R
sns_publish_batch | 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.