DetectorModelIotEventsArgs

data class DetectorModelIotEventsArgs(val inputName: Output<String>, val payload: Output<DetectorModelPayloadArgs>? = null) : ConvertibleToJava<DetectorModelIotEventsArgs>

Sends an AWS IoT Events input, passing in information about the detector model instance and the event that triggered the action.

Constructors

Link copied to clipboard
fun DetectorModelIotEventsArgs(inputName: Output<String>, payload: Output<DetectorModelPayloadArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val inputName: Output<String>

The name of the AWS IoT Events input where the data is sent.

Link copied to clipboard
val payload: Output<DetectorModelPayloadArgs>? = null