ALBTCPApplicationProfile (schema)

TCPApplicationProfile

Advanced load balancer TCPApplicationProfile object
Name Description Type Notes
pki_profile_path Pki profile path

Select the PKI profile to be associated with the Virtual
Service.
This profile defines the Certificate Authority and
Revocation List.
It is a reference to an object of type PKIProfile.
string
proxy_protocol_enabled Proxy protocol enabled

Enable/Disable the usage of proxy protocol to convey client
connection information to the back-end servers.
Valid only for L4 application profiles and TCP proxy.
Default value when not specified in API or module is
interpreted by ALB Controller as false.
boolean Default: "False"
proxy_protocol_version Proxy protocol version

Version of proxy protocol to be used to convey client
connection information to the back-end servers.
Enum options - PROXY_PROTOCOL_VERSION_1,
PROXY_PROTOCOL_VERSION_2.
Default value when not specified in API or module is
interpreted by ALB Controller as PROXY_PROTOCOL_VERSION_1.
ALBProxyProtocolVersion Default: "PROXY_PROTOCOL_VERSION_1"
ssl_client_certificate_mode Ssl client certificate mode

Specifies whether the client side verification is set to
none, request or require.
Enum options - SSL_CLIENT_CERTIFICATE_NONE,
SSL_CLIENT_CERTIFICATE_REQUEST,
SSL_CLIENT_CERTIFICATE_REQUIRE.
Default value when not specified in API or module is
interpreted by ALB Controller as
SSL_CLIENT_CERTIFICATE_NONE.
ALBSSLClientCertificateMode Default: "SSL_CLIENT_CERTIFICATE_NONE"