sns_list_subscriptions_by_topic: Returns a list of the subscriptions to a specific topic

View source: R/sns_operations.R

sns_list_subscriptions_by_topicR Documentation

Returns a list of the subscriptions to a specific topic

Description

Returns a list of the subscriptions to a specific topic. Each call returns a limited list of subscriptions, up to 100. If there are more subscriptions, a NextToken is also returned. Use the NextToken parameter in a new list_subscriptions_by_topic call to get further results.

See https://www.paws-r-sdk.com/docs/sns_list_subscriptions_by_topic/ for full documentation.

Usage

sns_list_subscriptions_by_topic(TopicArn, NextToken = NULL)

Arguments

TopicArn

[required] The ARN of the topic for which you wish to find subscriptions.

NextToken

Token returned by the previous list_subscriptions_by_topic request.


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