triggers

@JvmName(name = "bdpivjstxusxewlo")
suspend fun triggers(value: Output<List<ConfigBlockingFunctionsTriggerArgs>>)
@JvmName(name = "dpjbegbalnoueqrl")
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 = "dymwgvjgowufuktb")
suspend fun triggers(vararg values: Output<ConfigBlockingFunctionsTriggerArgs>)


@JvmName(name = "cpjeyoalamwembqd")
suspend fun triggers(values: List<Output<ConfigBlockingFunctionsTriggerArgs>>)
@JvmName(name = "cedqdmkbmmgjabni")
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 = "sbgvysppombhslaa")
suspend fun triggers(argument: List<suspend ConfigBlockingFunctionsTriggerArgsBuilder.() -> Unit>)
@JvmName(name = "uftelqcudypcdtgu")
suspend fun triggers(vararg argument: suspend ConfigBlockingFunctionsTriggerArgsBuilder.() -> Unit)
@JvmName(name = "svtvmonnxtnrwwco")
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.