systemParams

@JvmName(name = "lousvjccqvubvmtf")
suspend fun systemParams(value: Output<Map<String, String>>)
@JvmName(name = "wcixoamoprvebhal")
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.


@JvmName(name = "vlogksipxxljllxh")
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.