GatewayPropertiesEnvironmentVariablesArgs

data class GatewayPropertiesEnvironmentVariablesArgs(val properties: Output<Map<String, String>>? = null, val secrets: Output<Map<String, String>>? = null) : ConvertibleToJava<GatewayPropertiesEnvironmentVariablesArgs>

Environment variables of Spring Cloud Gateway

Constructors

constructor(properties: Output<Map<String, String>>? = null, secrets: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val properties: Output<Map<String, String>>? = null

Non-sensitive properties

Link copied to clipboard
val secrets: Output<Map<String, String>>? = null

Sensitive properties

Functions

Link copied to clipboard
open override fun toJava(): GatewayPropertiesEnvironmentVariablesArgs