Endpoint Group Endpoint Configuration
data class EndpointGroupEndpointConfiguration(val attachmentArn: String? = null, val clientIpPreservationEnabled: Boolean? = null, val endpointId: String, val weight: Int? = null)
The configuration for a given endpoint
Properties
Link copied to clipboard
Attachment ARN that provides access control to the cross account endpoint. Not required for resources hosted in the same account as the endpoint group.
Link copied to clipboard
true if client ip should be preserved
Link copied to clipboard
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