triggers

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


@JvmName(name = "soxbhumdtyaacgwg")
suspend fun triggers(values: List<Output<ConfigBlockingFunctionsTriggerArgs>>)
@JvmName(name = "iyvxlpfvkjgjbbbu")
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 = "scouwxahoajpabmm")
suspend fun triggers(argument: List<suspend ConfigBlockingFunctionsTriggerArgsBuilder.() -> Unit>)
@JvmName(name = "yrjtcbebnxfghmvk")
suspend fun triggers(vararg argument: suspend ConfigBlockingFunctionsTriggerArgsBuilder.() -> Unit)
@JvmName(name = "duuupudkihywagvp")
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.