actions

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

Parameters

value

List of actions which will be applied on a match.


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


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

Parameters

values

List of actions which will be applied on a match.


@JvmName(name = "jkmktvebfyjtfqce")
suspend fun actions(argument: List<suspend ActionArgsBuilder.() -> Unit>)
@JvmName(name = "jkekdatdvcwbgdvq")
suspend fun actions(vararg argument: suspend ActionArgsBuilder.() -> Unit)
@JvmName(name = "fifoihtlqvbidytv")
suspend fun actions(argument: suspend ActionArgsBuilder.() -> Unit)

Parameters

argument

List of actions which will be applied on a match.