environmentVariables

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

Parameters

value

Specifies the environment variables of the Spring Cloud Deployment as a map of key-value pairs.


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

Parameters

values

Specifies the environment variables of the Spring Cloud Deployment as a map of key-value pairs.