DetectorModelOnExitArgs

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

When exiting this state, perform these actions if the specified condition is TRUE.

Constructors

Link copied to clipboard

Functions

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

Properties

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

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