actions

@JvmName(name = "afqkteidwyrmiuns")
suspend fun actions(value: Output<List<ActionArgs>>)
@JvmName(name = "iwnkhckxumpwmoyi")
suspend fun actions(value: List<ActionArgs>?)

Parameters

value

List of actions which will be applied on a match.


@JvmName(name = "fxajchddoefgnunt")
suspend fun actions(vararg values: Output<ActionArgs>)


@JvmName(name = "nevdpqgcnhgqrtxk")
suspend fun actions(values: List<Output<ActionArgs>>)
@JvmName(name = "spawtyrqfxlvilmy")
suspend fun actions(vararg values: ActionArgs)

Parameters

values

List of actions which will be applied on a match.


@JvmName(name = "rnrrdkfnfbmbsjii")
suspend fun actions(argument: List<suspend ActionArgsBuilder.() -> Unit>)
@JvmName(name = "hflelqifesapjhqc")
suspend fun actions(vararg argument: suspend ActionArgsBuilder.() -> Unit)
@JvmName(name = "qutvcvolxrtjssto")
suspend fun actions(argument: suspend ActionArgsBuilder.() -> Unit)

Parameters

argument

List of actions which will be applied on a match.