Topic Rule Iot Analytics Action Args
data class TopicRuleIotAnalyticsActionArgs(val batchMode: Output<Boolean>? = null, val channelName: Output<String>, val roleArn: Output<String>) : ConvertibleToJava<TopicRuleIotAnalyticsActionArgs>
Properties
Link copied to clipboard
Whether to process the action as a batch. The default value is false
. When batchMode
is true
and the rule SQL statement evaluates to an Array, each Array element is delivered as a separate message when passed by BatchPutMessage
The resulting array can't have more than 100 messages.
Link copied to clipboard
The name of the IoT Analytics channel to which message data will be sent.