triggers

@JvmName(name = "gdxgbmkuyyuwfgic")
suspend fun triggers(value: Output<List<ConfigBlockingFunctionsTriggerArgs>>)
@JvmName(name = "hpnqfprxmwehrcyp")
suspend fun triggers(value: List<ConfigBlockingFunctionsTriggerArgs>)

Parameters

value

Map of Trigger to event type. Key should be one of the supported event types: "beforeCreate", "beforeSignIn". Structure is documented below.


@JvmName(name = "yqdbfwgoitnjfnrd")
suspend fun triggers(vararg values: Output<ConfigBlockingFunctionsTriggerArgs>)


@JvmName(name = "iovnbykjducpfvny")
suspend fun triggers(values: List<Output<ConfigBlockingFunctionsTriggerArgs>>)
@JvmName(name = "eljcoqatrrxjnaox")
suspend fun triggers(vararg values: ConfigBlockingFunctionsTriggerArgs)

Parameters

values

Map of Trigger to event type. Key should be one of the supported event types: "beforeCreate", "beforeSignIn". Structure is documented below.


@JvmName(name = "tcllvnxpdonttfcg")
suspend fun triggers(argument: List<suspend ConfigBlockingFunctionsTriggerArgsBuilder.() -> Unit>)
@JvmName(name = "rbmgqevywufyojim")
suspend fun triggers(vararg argument: suspend ConfigBlockingFunctionsTriggerArgsBuilder.() -> Unit)
@JvmName(name = "fxtopnxdpydqculx")
suspend fun triggers(argument: suspend ConfigBlockingFunctionsTriggerArgsBuilder.() -> Unit)

Parameters

argument

Map of Trigger to event type. Key should be one of the supported event types: "beforeCreate", "beforeSignIn". Structure is documented below.