actions

@JvmName(name = "sekwojsjshghnrem")
suspend fun actions(value: Output<List<AutomationActionArgs>>)
@JvmName(name = "erwxjqnbhogahtiy")
suspend fun actions(value: List<AutomationActionArgs>?)

Parameters

value

One or more action blocks as defined below. An action tells this automation where the data is to be sent to upon being evaluated by the rules in the source.


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


@JvmName(name = "aikwdotkeadmwach")
suspend fun actions(values: List<Output<AutomationActionArgs>>)
@JvmName(name = "ruoqvxueelxfntoh")
suspend fun actions(vararg values: AutomationActionArgs)

Parameters

values

One or more action blocks as defined below. An action tells this automation where the data is to be sent to upon being evaluated by the rules in the source.


@JvmName(name = "koscbvdmffkxowsk")
suspend fun actions(argument: List<suspend AutomationActionArgsBuilder.() -> Unit>)
@JvmName(name = "braldhhuwlhgvgrd")
suspend fun actions(vararg argument: suspend AutomationActionArgsBuilder.() -> Unit)
@JvmName(name = "watxtatncnsqbfor")
suspend fun actions(argument: suspend AutomationActionArgsBuilder.() -> Unit)

Parameters

argument

One or more action blocks as defined below. An action tells this automation where the data is to be sent to upon being evaluated by the rules in the source.