environmentVariables

@JvmName(name = "bxdctfjxbwpxrmtl")
suspend fun environmentVariables(value: Output<Map<String, String>>)
@JvmName(name = "cymmmeqohsbrqwom")
suspend fun environmentVariables(value: Map<String, String>?)

Parameters

value

Environment variables that shall be available during function execution.


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

Parameters

values

Environment variables that shall be available during function execution.