transitionEvents

@JvmName(name = "qgmqukpysfjqxvch")
suspend fun transitionEvents(value: Output<List<DetectorModelTransitionEventArgs>>)
@JvmName(name = "mbsdqtnuivbeyeja")
suspend fun transitionEvents(value: List<DetectorModelTransitionEventArgs>?)

Parameters

value

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


@JvmName(name = "dhlvtpdsqoqeonsh")
suspend fun transitionEvents(vararg values: Output<DetectorModelTransitionEventArgs>)


@JvmName(name = "caggawtvfhfmegae")
suspend fun transitionEvents(values: List<Output<DetectorModelTransitionEventArgs>>)
@JvmName(name = "bhhpanfusndveeme")
suspend fun transitionEvents(vararg values: DetectorModelTransitionEventArgs)

Parameters

values

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


@JvmName(name = "grqlnydkrmigowup")
suspend fun transitionEvents(argument: List<suspend DetectorModelTransitionEventArgsBuilder.() -> Unit>)
@JvmName(name = "wbepxtckqmsbmmwf")
suspend fun transitionEvents(vararg argument: suspend DetectorModelTransitionEventArgsBuilder.() -> Unit)
@JvmName(name = "sfgfsagexdenvvgh")
suspend fun transitionEvents(argument: suspend DetectorModelTransitionEventArgsBuilder.() -> Unit)

Parameters

argument

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