Topic Rule Payload Args
data class TopicRulePayloadArgs(val actions: Output<List<TopicRuleActionArgs>>, val awsIotSqlVersion: Output<String>? = null, val description: Output<String>? = null, val errorAction: Output<TopicRuleActionArgs>? = null, val ruleDisabled: Output<Boolean>? = null, val sql: Output<String>) : ConvertibleToJava<TopicRulePayloadArgs>
Constructors
Link copied to clipboard
constructor(actions: Output<List<TopicRuleActionArgs>>, awsIotSqlVersion: Output<String>? = null, description: Output<String>? = null, errorAction: Output<TopicRuleActionArgs>? = null, ruleDisabled: Output<Boolean>? = null, sql: Output<String>)
Properties
Link copied to clipboard
The actions associated with the rule.
Link copied to clipboard
The version of the SQL rules engine to use when evaluating the rule. The default value is 2015-10-08.
Link copied to clipboard
The description of the rule.
Link copied to clipboard
The action to take when an error occurs.
Link copied to clipboard
Specifies whether the rule is disabled.
Link copied to clipboard
The SQL statement used to query the topic. For more information, see AWS IoT SQL Reference in the AWS IoT Developer Guide .