
list-subscriptions-by-topic
***************************


DESCRIPTION
===========

The list-subscriptions-by-topic action 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 --next-
token is also returned. Use the --next-token parameter in a new list-
subscriptions-by-topic call to get further results.


SYNOPSIS
========

   aws sns list-subscriptions-by-topic
     --topic-arn <value>
     [--next-token <value>]


REQUIRED PARAMETERS
===================

"--topic-arn"  (string)
   The ARN of the topic for which you wish to find subscriptions.


OPTIONAL PARAMETERS
===================

"--next-token"  (string)
   Token returned by the previous list-subscriptions-by-topic request.
