actions

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

Parameters

value

List of actions which will be applied on a match.


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


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

Parameters

values

List of actions which will be applied on a match.


@JvmName(name = "hohbiqdscohrbuig")
suspend fun actions(argument: List<suspend ActionArgsBuilder.() -> Unit>)
@JvmName(name = "ndtxoqvnfvgqhdyl")
suspend fun actions(vararg argument: suspend ActionArgsBuilder.() -> Unit)
@JvmName(name = "frravdhkgaatbxju")
suspend fun actions(argument: suspend ActionArgsBuilder.() -> Unit)

Parameters

argument

List of actions which will be applied on a match.