Listener Proxy Protocol Config Args
data class ListenerProxyProtocolConfigArgs(val proxyProtocolConfigPrivateLinkEpIdEnabled: Output<Boolean>? = null, val proxyProtocolConfigPrivateLinkEpsIdEnabled: Output<Boolean>? = null, val proxyProtocolConfigVpcIdEnabled: Output<Boolean>? = null) : ConvertibleToJava<ListenerProxyProtocolConfigArgs>
Properties
Link copied to clipboard
Whether to enable carrying PrivateLinkEpId to backend servers through Proxy Protocol.
Link copied to clipboard
Whether to enable carrying PrivateLinkEpsId to backend servers through the Proxy Protocol.
Link copied to clipboard
Whether to enable carrying VpcId to backend servers through Proxy Protocol.