Alarm Model Iot Events Args
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.