TopicRuleIotEventArgs

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

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

The payload that contains a JSON array of records will be sent to IoT Events via a batch call.

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

Use this to ensure that only one input (message) with a given messageId is processed by an AWS IoT Events detector.

Link copied to clipboard
val roleArn: Output<String>

The ARN of the IAM role that grants access.

Functions

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