ForwardProxyArgs

data class ForwardProxyArgs(val convention: Output<ForwardProxyConvention>? = null, val customHostHeaderName: Output<String>? = null, val customProtoHeaderName: Output<String>? = null) : ConvertibleToJava<ForwardProxyArgs>

The configuration settings of a forward proxy used to make the requests.

Constructors

Link copied to clipboard
constructor(convention: Output<ForwardProxyConvention>? = null, customHostHeaderName: Output<String>? = null, customProtoHeaderName: Output<String>? = null)

Properties

Link copied to clipboard
val convention: Output<ForwardProxyConvention>? = null

The convention used to determine the url of the request made.

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

The name of the header containing the host of the request.

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

The name of the header containing the scheme of the request.

Functions

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