paws.application.integration (version 0.1.0)

sns_list_subscriptions_by_topic: 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 ListSubscriptionsByTopic call to get further results.

Usage

sns_list_subscriptions_by_topic(TopicArn, NextToken)

Arguments

TopicArn

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

NextToken

Token returned by the previous ListSubscriptionsByTopic request.

Request syntax

svc$list_subscriptions_by_topic(
  TopicArn = "string",
  NextToken = "string"
)

Details

This action is throttled at 30 transactions per second (TPS).