@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:02.116Z") @Stability(value=Experimental) public interface EndpointConfigurationOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EndpointConfigurationOptions.Builder
A builder for
EndpointConfigurationOptions |
static class |
EndpointConfigurationOptions.Jsii$Proxy
An implementation for
EndpointConfigurationOptions |
| Modifier and Type | Method and Description |
|---|---|
static EndpointConfigurationOptions.Builder |
builder() |
default Boolean |
getClientIpReservation()
(experimental) Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint.
|
default Number |
getWeight()
(experimental) The weight associated with the endpoint.
|
@Stability(value=Experimental) @Nullable default Boolean getClientIpReservation()
Default: true
@Stability(value=Experimental) @Nullable default Number getWeight()
When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint.
Default: - not specified
https://docs.aws.amazon.com/global-accelerator/latest/dg/about-endpoints-endpoint-weights.html@Stability(value=Experimental) static EndpointConfigurationOptions.Builder builder()
Copyright © 2021. All rights reserved.