Skip to main content

topic_rules

Retrieves a list of topic_rules in a region

Overview

Nametopic_rules
TypeResource
Descriptiontopic_rules
Idawscc.iot.topic_rules

Fields

NameDatatypeDescription
rule_namestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
rule_name
FROM awscc.iot.topic_rules
WHERE region = 'us-east-1'

Permissions

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

Create

iam:PassRole,
iot:CreateTopicRule,
iot:GetTopicRule,
iot:TagResource,
iot:ListTagsForResource

List

iot:ListTopicRules