environmentVariables

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

Parameters

value

A map that defines environment variables for the function.


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

Parameters

values

A map that defines environment variables for the function.