actions

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

Parameters

value

Specifies custom tag selections and Actions to apply to them. Overrides options and profile. Conflicting Actions are applied in the order given.


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


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

Parameters

values

Specifies custom tag selections and Actions to apply to them. Overrides options and profile. Conflicting Actions are applied in the order given.


@JvmName(name = "xasvdkabpcxpyljd")
suspend fun actions(argument: List<suspend ActionArgsBuilder.() -> Unit>)
@JvmName(name = "dlllamtvaeytgxjr")
suspend fun actions(vararg argument: suspend ActionArgsBuilder.() -> Unit)
@JvmName(name = "larggifvpwgmbfkt")
suspend fun actions(argument: suspend ActionArgsBuilder.() -> Unit)

Parameters

argument

Specifies custom tag selections and Actions to apply to them. Overrides options and profile. Conflicting Actions are applied in the order given.