@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.172Z") @Stability(value=Experimental) public interface ApplicationLoadBalancerEndpointOptions extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
ApplicationLoadBalancerEndpointOptions.Builder
A builder for
ApplicationLoadBalancerEndpointOptions |
static class |
ApplicationLoadBalancerEndpointOptions.Jsii$Proxy
An implementation for
ApplicationLoadBalancerEndpointOptions |
Modifier and Type | Method and Description |
---|---|
static ApplicationLoadBalancerEndpointOptions.Builder |
builder() |
default Boolean |
getPreserveClientIp()
(experimental) Forward the client IP address in an `X-Forwarded-For` header.
|
default Number |
getWeight()
(experimental) Endpoint weight across all endpoints in the group.
|
@Stability(value=Experimental) @Nullable default Boolean getPreserveClientIp()
GlobalAccelerator will create Network Interfaces in your VPC in order to preserve the client IP address.
Client IP address preservation is supported only in specific AWS Regions. See the GlobalAccelerator Developer Guide for a list.
Default: true if available
@Stability(value=Experimental) @Nullable default Number getWeight()
Must be a value between 0 and 255.
Default: 128
@Stability(value=Experimental) static ApplicationLoadBalancerEndpointOptions.Builder builder()
Copyright © 2021. All rights reserved.