topics
Retrieves a list of topics
in a region
Overview
Name | topics |
Type | Resource |
Description | topics |
Id | awscc.sns.topics |
Fields
Name | Datatype | Description |
---|---|---|
topic_arn | string | |
region | string | AWS 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