@Stability(value=Stable) @Internal public static final class CfnEndpointGroup.EndpointConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpointGroup.EndpointConfigurationProperty
CfnEndpointGroup.EndpointConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnEndpointGroup.EndpointConfigurationProperty.Builder, CfnEndpointGroup.EndpointConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnEndpointGroup.EndpointConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnEndpointGroup.EndpointConfigurationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getClientIpPreservationEnabled()
Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint.
|
String |
getEndpointId()
An ID for the endpoint.
|
Number |
getWeight()
The weight associated with the endpoint.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnEndpointGroup.EndpointConfigurationProperty.Builder builder)
CfnEndpointGroup.EndpointConfigurationProperty.Builder.public final String getEndpointId()
CfnEndpointGroup.EndpointConfigurationPropertyIf the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For Amazon EC2 instances, this is the EC2 instance ID. A resource must be valid and active when you add it as an endpoint.
An Application Load Balancer can be either internal or internet-facing.
getEndpointId in interface CfnEndpointGroup.EndpointConfigurationPropertypublic final Object getClientIpPreservationEnabled()
CfnEndpointGroup.EndpointConfigurationPropertyThe value is true or false. The default value is true for new accelerators.
If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.
For more information, see Preserve Client IP Addresses in the AWS Global Accelerator Developer Guide .
getClientIpPreservationEnabled in interface CfnEndpointGroup.EndpointConfigurationPropertypublic final Number getWeight()
CfnEndpointGroup.EndpointConfigurationPropertyWhen you add weights to endpoints, you configure 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. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide .
getWeight in interface CfnEndpointGroup.EndpointConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.