TopicRuleIotEventArgs

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

Constructors

Link copied to clipboard
fun TopicRuleIotEventArgs(inputName: Output<String>, messageId: Output<String>? = null, roleArn: Output<String>)

Functions

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

Properties

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.