actions

@JvmName(name = "arsyagluwsidyerl")
suspend fun actions(value: Output<List<ActionArgs>>)
@JvmName(name = "yhvapwxkukarjksf")
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 = "jgeksnxyyqgopkma")
suspend fun actions(vararg values: Output<ActionArgs>)


@JvmName(name = "gamxayfnngvdsiwr")
suspend fun actions(values: List<Output<ActionArgs>>)
@JvmName(name = "kfufsthcwcmebopk")
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 = "acfixhmmupqgmfdk")
suspend fun actions(argument: List<suspend ActionArgsBuilder.() -> Unit>)
@JvmName(name = "cvdukwcsvxhgfofv")
suspend fun actions(vararg argument: suspend ActionArgsBuilder.() -> Unit)
@JvmName(name = "qltihopvxjmvmyhq")
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.