systemParams

@JvmName(name = "nlgljgbewjqlsgqx")
suspend fun systemParams(value: Output<Map<String, String>>)
@JvmName(name = "axkbbucphuhdemgj")
suspend fun systemParams(value: Map<String, String>?)

Parameters

value

Params whose values are only available at deployment time. Unlike other params, these will not be set as environment variables on functions. See a full list of system parameters at https://firebase.google.com/docs/extensions/publishers/parameters#system_parameters


@JvmName(name = "kdoerfdxtskppmye")
fun systemParams(vararg values: Pair<String, String>)

Parameters

values

Params whose values are only available at deployment time. Unlike other params, these will not be set as environment variables on functions. See a full list of system parameters at https://firebase.google.com/docs/extensions/publishers/parameters#system_parameters