Skip to main content

topic_rule_tags

Expands all tag keys and values for topic_rules in a region

Overview

Nametopic_rule_tags
TypeResource
DescriptionResource Type definition for AWS::IoT::TopicRule
Idaws.iot.topic_rule_tags

Fields

NameDatatypeDescription
arnstring
rule_namestring
topic_rule_payloadobject
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all topic_rules in a region.

SELECT
region,
arn,
rule_name,
topic_rule_payload,
tag_key,
tag_value
FROM aws.iot.topic_rule_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the topic_rule_tags resource, see topic_rules