sns_publish_batch: Publishes up to ten messages to the specified topic

View source: R/sns_operations.R

sns_publish_batchR Documentation

Publishes up to ten messages to the specified topic

Description

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.

Usage

sns_publish_batch(TopicArn, PublishBatchRequestEntries)

Arguments

TopicArn

[required] The Amazon resource name (ARN) of the topic you want to batch publish to.

PublishBatchRequestEntries

[required] A list of publish_batch request entries to be sent to the SNS topic.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.