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
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 exited and the condition is TRUE.

Functions

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