TopicRuleIotEventsActionArgs

data class TopicRuleIotEventsActionArgs(val batchMode: Output<Boolean>? = null, val inputName: Output<String>, val messageId: Output<String>? = null, val roleArn: Output<String>) : ConvertibleToJava<TopicRuleIotEventsActionArgs>

Constructors

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

Properties

Link copied to clipboard
val batchMode: Output<Boolean>? = null

Whether to process the event actions as a batch. The default value is false . When batchMode is true , you can't specify a messageId . When batchMode is true and the rule SQL statement evaluates to an Array, each Array element is treated as a separate message when Events by calling BatchPutMessage . The resulting array can't have more than 10 messages.

Link copied to clipboard
val inputName: Output<String>

The name of the AWS IoT Events input.

Link copied to clipboard
val messageId: Output<String>? = null

The ID of the message. The default messageId is a new UUID value. When batchMode is true , you can't specify a messageId --a new UUID value will be assigned. Assign a value to this property to ensure that only one input (message) with a given messageId will be processed by an AWS IoT Events detector.

Link copied to clipboard
val roleArn: Output<String>

The ARN of the role that grants AWS IoT permission to send an input to an AWS IoT Events detector. ("Action":"iotevents:BatchPutMessage").

Functions

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