EndpointGroupEndpointConfigurationArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): EndpointGroupEndpointConfigurationArgs

Properties

Link copied to clipboard

true if client ip should be preserved

Link copied to clipboard
val endpointId: Output<String>

Id of the endpoint. For Network/Application Load Balancer this value is the ARN. For EIP, this value is the allocation ID. For EC2 instances, this is the EC2 instance ID

Link copied to clipboard
val weight: Output<Int>? = null

The weight for the endpoint.