environmentVariables

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

Parameters

value

The environment variable set for the function, you can get the value of the environment variable in the function.


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

Parameters

values

The environment variable set for the function, you can get the value of the environment variable in the function.