EndpointGroupEndpointConfiguration

data class EndpointGroupEndpointConfiguration(val enableClientipPreservation: Boolean? = null, val enableProxyProtocol: Boolean? = null, val endpoint: String, val subAddress: String? = null, val type: String, val weight: Int)

Constructors

Link copied to clipboard
constructor(enableClientipPreservation: Boolean? = null, enableProxyProtocol: Boolean? = null, endpoint: String, subAddress: String? = null, type: String, weight: Int)

Types

Link copied to clipboard
object Companion

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 IP address or domain name of Endpoint N in the endpoint group.

Link copied to clipboard
val subAddress: String? = null

The private IP address of the ENI.

Link copied to clipboard

The type of Endpoint N in the endpoint group. Valid values:

Link copied to clipboard
val weight: Int

The weight of Endpoint N in the endpoint group. Valid values: 0 to 255.