actions

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

Parameters

value

List of actions which will be applied on a match.


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


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

Parameters

values

List of actions which will be applied on a match.


@JvmName(name = "gqhgkcojsvxhoufq")
suspend fun actions(argument: List<suspend ActionArgsBuilder.() -> Unit>)
@JvmName(name = "ylvarrfptbfygylo")
suspend fun actions(vararg argument: suspend ActionArgsBuilder.() -> Unit)
@JvmName(name = "alwyhuhoennymqip")
suspend fun actions(argument: suspend ActionArgsBuilder.() -> Unit)

Parameters

argument

List of actions which will be applied on a match.