Skip to main content

topics

Retrieves a list of topics in a region

Overview

Nametopics
TypeResource
Descriptiontopics
Idawscc.sns.topics

Fields

NameDatatypeDescription
topic_arnstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
topic_arn
FROM awscc.sns.topics
WHERE region = 'us-east-1'

Permissions

To operate on the topics resource, the following permissions are required:

Create

sns:CreateTopic,
sns:TagResource,
sns:Subscribe,
sns:GetTopicAttributes,
sns:PutDataProtectionPolicy,
iam:GetRole,
iam:PassRole

List

sns:ListTopics