Skip to main content

topics_list_only

Lists topics in a region or regions, for all properties use topics

Overview

Nametopics_list_only
TypeResource
DescriptionThe 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*.
Idaws.sns.topics_list_only

Fields

NameDatatypeDescription
topic_arnstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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