Endpoint Group Endpoint Configuration Args
data class EndpointGroupEndpointConfigurationArgs(val enableClientipPreservation: Output<Boolean>? = null, val enableProxyProtocol: Output<Boolean>? = null, val endpoint: Output<String>, val subAddress: Output<String>? = null, val type: Output<String>, val weight: Output<Int>) : ConvertibleToJava<EndpointGroupEndpointConfigurationArgs>
Constructors
Properties
Link copied to clipboard
Indicates whether client IP addresses are reserved. Default Value: false
. Valid values:
Link copied to clipboard
Specifies whether to preserve client IP addresses by using the ProxyProtocol module. Default Value: false
. Valid values:
Link copied to clipboard
The private IP address of the ENI.