Endpoint Group Endpoint Configuration Args
data class EndpointGroupEndpointConfigurationArgs(val clientIpPreservationEnabled: Output<Boolean>? = null, val endpointId: Output<String>, val weight: Output<Int>? = null) : ConvertibleToJava<EndpointGroupEndpointConfigurationArgs>
The configuration for a given endpoint
Constructors
Link copied to clipboard
fun EndpointGroupEndpointConfigurationArgs(clientIpPreservationEnabled: Output<Boolean>? = null, endpointId: Output<String>, weight: Output<Int>? = null)