AlarmModelIotEventsArgs

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

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<AlarmModelPayloadArgs>? = 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<AlarmModelPayloadArgs>? = 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(): AlarmModelIotEventsArgs