aws.sns.list_subscriptions
Example SQL Queries
SELECT * FROMaws.sns.list_subscriptions;Description
Returns a list of the requester's subscriptions. 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 ListSubscriptions call to get further results.
This action is throttled at 30 transactions per second (TPS).
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| topic_arn The ARN of the subscription's topic. | VARCHAR |