@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.302Z") @Stability(value=Experimental) public interface InstanceEndpointProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
InstanceEndpointProps.Builder
A builder for
InstanceEndpointProps |
static class |
InstanceEndpointProps.Jsii$Proxy
An implementation for
InstanceEndpointProps |
| Modifier and Type | Method and Description |
|---|---|
static InstanceEndpointProps.Builder |
builder() |
default Boolean |
getPreserveClientIp()
(experimental) Forward the client IP address.
|
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 InstanceEndpointProps.Builder builder()
InstanceEndpointProps.Builder of InstanceEndpointPropsCopyright © 2021. All rights reserved.