events

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

Parameters

value

Specifies the actions performed when the `condition` evaluates to TRUE.


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


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

Parameters

values

Specifies the actions performed when the `condition` evaluates to TRUE.


@JvmName(name = "smsbwltynqlpufrf")
suspend fun events(argument: List<suspend DetectorModelEventArgsBuilder.() -> Unit>)
@JvmName(name = "dbxuhmoukrgtwymp")
suspend fun events(vararg argument: suspend DetectorModelEventArgsBuilder.() -> Unit)
@JvmName(name = "dcxxklksenyiwfbv")
suspend fun events(argument: suspend DetectorModelEventArgsBuilder.() -> Unit)

Parameters

argument

Specifies the actions performed when the `condition` evaluates to TRUE.