environmentVariables

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

Parameters

value

Specifies the environment variables of the Spring Cloud Gateway as a map of key-value pairs. Changing this forces a new resource to be created.


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

Parameters

values

Specifies the environment variables of the Spring Cloud Gateway as a map of key-value pairs. Changing this forces a new resource to be created.