environmentVariables

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

Parameters

value

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


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

Parameters

values

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