environmentVariables

@JvmName(name = "luungqaxeirucykr")
suspend fun environmentVariables(value: Output<Map<String, Any>>)
@JvmName(name = "htgmfiygfbcdndjm")
suspend fun environmentVariables(value: Map<String, Any>?)

Parameters

value

The environment variable set for the function can get the value of the environment variable in the function. For more information, see Environment Variables.


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

Parameters

values

The environment variable set for the function can get the value of the environment variable in the function. For more information, see Environment Variables.