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