DetectorModelOnInputArgs

data class DetectorModelOnInputArgs(val events: Output<List<DetectorModelEventArgs>>? = null, val transitionEvents: Output<List<DetectorModelTransitionEventArgs>>? = null) : ConvertibleToJava<DetectorModelOnInputArgs>

When an input is received and the condition is TRUE, perform the specified actions.

Constructors

Link copied to clipboard
fun DetectorModelOnInputArgs(events: Output<List<DetectorModelEventArgs>>? = null, transitionEvents: Output<List<DetectorModelTransitionEventArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val events: Output<List<DetectorModelEventArgs>>? = null

Specifies the actions performed when the condition evaluates to TRUE.

Link copied to clipboard

Specifies the actions performed, and the next state entered, when a condition evaluates to TRUE.