environmentVariables

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

Parameters

value

A set of key/value environment variable pairs to assign to the function.


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

Parameters

values

A set of key/value environment variable pairs to assign to the function.