BackendProxyArgs

data class BackendProxyArgs(val password: Output<String>? = null, val url: Output<String>, val username: Output<String>) : ConvertibleToJava<BackendProxyArgs>

Constructors

Link copied to clipboard
constructor(password: Output<String>? = null, url: Output<String>, username: Output<String>)

Properties

Link copied to clipboard
val password: Output<String>? = null

The password to connect to the proxy server.

Link copied to clipboard
val url: Output<String>

The URL of the proxy server.

Link copied to clipboard
val username: Output<String>

The username to connect to the proxy server.

Functions

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