Forward Proxy Args
    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
                fun ForwardProxyArgs(convention: Output<ForwardProxyConvention>? = null, customHostHeaderName: Output<String>? = null, customProtoHeaderName: Output<String>? = null)