TopicRuleIotAnalyticsActionArgs

data class TopicRuleIotAnalyticsActionArgs(val batchMode: Output<Boolean>? = null, val channelName: Output<String>, val roleArn: Output<String>) : ConvertibleToJava<TopicRuleIotAnalyticsActionArgs>

Constructors

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

Properties

Link copied to clipboard
val batchMode: Output<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
val channelName: Output<String>

The name of the IoT Analytics channel to which message data will be sent.

Link copied to clipboard
val roleArn: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): TopicRuleIotAnalyticsActionArgs