Detector Model Event Args
data class DetectorModelEventArgs(val actions: Output<List<DetectorModelActionArgs>>? = null, val condition: Output<String>? = null, val eventName: Output<String>) : ConvertibleToJava<DetectorModelEventArgs>
Specifies the actions
to be performed when the condition
evaluates to TRUE
.
Constructors
Link copied to clipboard
fun DetectorModelEventArgs(actions: Output<List<DetectorModelActionArgs>>? = null, condition: Output<String>? = null, eventName: Output<String>)