DetectorModelIotEventsArgs

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

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

Constructors

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

Properties

Link copied to clipboard
val inputName: Output<String>

The name of the ITE input where the data is sent.

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

You can configure the action payload when you send a message to an ITE input.

Functions

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