topics_list_only
Lists topics
in a region or regions, for all properties use topics
Overview
Name | topics_list_only |
Type | Resource |
Description | The AWS::SNS::Topic resource creates a topic to which notifications can be published.One account can create a maximum of 100,000 standard topics and 1,000 FIFO topics. For more information, see [endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/sns.html) in the *General Reference*. The structure of AUTHPARAMS depends on the .signature of the API request. For more information, see [Examples of the complete Signature Version 4 signing process](https://docs.aws.amazon.com/general/latest/gr/sigv4-signed-request-examples.html) in the *General Reference*. |
Id | aws.sns.topics_list_only |
Fields
Name | Datatype | Description |
---|---|---|
topic_arn | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all topics
in a region.
SELECT
region,
topic_arn
FROM aws.sns.topics_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the topics_list_only
resource, see topics