Topic Rule Iot Events Action Args
data class TopicRuleIotEventsActionArgs(val batchMode: Output<Boolean>? = null, val inputName: Output<String>, val messageId: Output<String>? = null, val roleArn: Output<String>) : ConvertibleToJava<TopicRuleIotEventsActionArgs>
Properties
Link copied to clipboard
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
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.