Detector Model Transition Event Args
data class DetectorModelTransitionEventArgs(val actions: Output<List<DetectorModelActionArgs>>? = null, val condition: Output<String>, val eventName: Output<String>, val nextState: Output<String>) : ConvertibleToJava<DetectorModelTransitionEventArgs>
Specifies the actions
performed and the next state
entered when a condition
evaluates to TRUE
.
Constructors
Link copied to clipboard
fun DetectorModelTransitionEventArgs(actions: Output<List<DetectorModelActionArgs>>? = null, condition: Output<String>, eventName: Output<String>, nextState: Output<String>)