aws.sns.list_subscriptions_by_topic
Example SQL Queries
SELECT * FROMaws.sns.list_subscriptions_by_topicWHERE"topic_arn" = 'VALUE';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.
This action is throttled at 30 transactions per second (TPS).
Table Definition
| Column Name | Column Data Type |
|---|---|
| topic_arn Required Input Column The ARN of the subscription's topic. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| endpoint The subscription's endpoint (format depends on the protocol). | VARCHAR |
| owner The subscription's owner. | VARCHAR |
| protocol The subscription's protocol. | VARCHAR |
| subscription_arn The subscription's ARN. | VARCHAR |