actions

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "ftffwwqdxpfyooto")
suspend fun actions(argument: List<suspend TriggerActionArgsBuilder.() -> Unit>)
@JvmName(name = "jqdkgfnicvwosmrb")
suspend fun actions(vararg argument: suspend TriggerActionArgsBuilder.() -> Unit)
@JvmName(name = "hegmytobaxukspqn")
suspend fun actions(argument: suspend TriggerActionArgsBuilder.() -> Unit)

Parameters

argument

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