events

@JvmName(name = "idsxdgqlljkomrlr")
suspend fun events(value: Output<List<DetectorModelEventArgs>>)
@JvmName(name = "qkthtaulpuqcbgvv")
suspend fun events(value: List<DetectorModelEventArgs>?)

Parameters

value

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


@JvmName(name = "vjsjkcsomflhipsb")
suspend fun events(vararg values: Output<DetectorModelEventArgs>)


@JvmName(name = "pnrnurjnwellmkdi")
suspend fun events(values: List<Output<DetectorModelEventArgs>>)
@JvmName(name = "vgubgnpmffstydlo")
suspend fun events(vararg values: DetectorModelEventArgs)

Parameters

values

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


@JvmName(name = "fweplccbevadkanj")
suspend fun events(argument: List<suspend DetectorModelEventArgsBuilder.() -> Unit>)
@JvmName(name = "bdmkchahyjvfwgbl")
suspend fun events(vararg argument: suspend DetectorModelEventArgsBuilder.() -> Unit)
@JvmName(name = "npvsedxssptqhqmb")
suspend fun events(argument: suspend DetectorModelEventArgsBuilder.() -> Unit)

Parameters

argument

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