aws.iot.list_topic_rules
Example SQL Queries
SELECT * FROMaws.iot.list_topic_rules;Description
Lists the rules for the specific topic.
Requires permission to access the ListTopicRules action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| rule_disabled Input Column Specifies whether the rule is disabled. | BOOLEAN |
| topic Input Column The topic. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| created_at The date and time the rule was created. | TIMESTAMP_S |
| rule_arn The rule ARN. | VARCHAR |
| rule_name The name of the rule. | VARCHAR |
| topic_pattern The pattern for the topic names that apply. | VARCHAR |