TopicRuleIotAnalyticsAction

data class TopicRuleIotAnalyticsAction(val batchMode: Boolean? = null, val channelName: String, val roleArn: String)

Constructors

Link copied to clipboard
constructor(batchMode: Boolean? = null, channelName: String, roleArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val batchMode: Boolean? = null

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.

Link copied to clipboard

The ARN of the role which has a policy that grants IoT Analytics permission to send message data via IoT Analytics (iotanalytics:BatchPutMessage).