DetectorModelOnEnterArgs

data class DetectorModelOnEnterArgs(val events: Output<List<DetectorModelEventArgs>>? = null) : ConvertibleToJava<DetectorModelOnEnterArgs>

When entering this state, perform these `actions` if the `condition` is TRUE.

Constructors

Link copied to clipboard
constructor(events: Output<List<DetectorModelEventArgs>>? = null)

Properties

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

Specifies the actions that are performed when the state is entered and the `condition` is `TRUE`.

Functions

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