actions

@JvmName(name = "wsdkohaeltxhwgkp")
suspend fun actions(value: Output<List<TriggerActionArgs>>)
@JvmName(name = "tngserelondvvkrx")
suspend fun actions(value: List<TriggerActionArgs>?)

Parameters

value

List of actions initiated by this trigger when it fires. See Actions Below.


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


@JvmName(name = "osbgkxbuqhquvcts")
suspend fun actions(values: List<Output<TriggerActionArgs>>)
@JvmName(name = "pdurpdupgtwqvuac")
suspend fun actions(vararg values: TriggerActionArgs)

Parameters

values

List of actions initiated by this trigger when it fires. See Actions Below.


@JvmName(name = "drhjvsgxslkaonoy")
suspend fun actions(argument: List<suspend TriggerActionArgsBuilder.() -> Unit>)
@JvmName(name = "bbtqtwehhhfbogmo")
suspend fun actions(vararg argument: suspend TriggerActionArgsBuilder.() -> Unit)
@JvmName(name = "ckudwlyxkgtuogwj")
suspend fun actions(argument: suspend TriggerActionArgsBuilder.() -> Unit)

Parameters

argument

List of actions initiated by this trigger when it fires. See Actions Below.