TopicRuleErrorActionIotEvents

data class TopicRuleErrorActionIotEvents(val batchMode: Boolean? = null, val inputName: String, val messageId: String? = null, val roleArn: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

The name of the AWS IoT Events input.

Link copied to clipboard
val messageId: 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

The ARN of the IAM role that grants access.