actions

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

Parameters

value

List of actions which will be applied on a match.


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


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

Parameters

values

List of actions which will be applied on a match.


@JvmName(name = "xunmuplvwsjuuriw")
suspend fun actions(argument: List<suspend ActionArgsBuilder.() -> Unit>)
@JvmName(name = "ypcsqkffstmyjvpt")
suspend fun actions(vararg argument: suspend ActionArgsBuilder.() -> Unit)
@JvmName(name = "pkqpexbyewayysut")
suspend fun actions(argument: suspend ActionArgsBuilder.() -> Unit)

Parameters

argument

List of actions which will be applied on a match.