@Stability(value=Experimental) @Internal public static final class EndpointConfigurationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EndpointConfigurationProps
EndpointConfigurationPropssoftware.amazon.jsii.JsiiObject.InitializationModeEndpointConfigurationProps.Builder, EndpointConfigurationProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(EndpointGroup endpointGroup,
String endpointId,
Boolean clientIpReservation,
Number weight)
Constructor that initializes the object based on literal property values passed by the
EndpointConfigurationProps.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) |
Boolean |
getClientIpReservation()
(experimental) Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint.
|
EndpointGroup |
getEndpointGroup()
(experimental) The endopoint group reesource.
|
String |
getEndpointId()
(experimental) An ID for the endpoint.
|
Number |
getWeight()
(experimental) 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(EndpointGroup endpointGroup, String endpointId, Boolean clientIpReservation, Number weight)
EndpointConfigurationProps.Builder.public final EndpointGroup getEndpointGroup()
EndpointConfigurationProps[disable-awslint:ref-via-interface]
getEndpointGroup in interface EndpointConfigurationPropspublic final String getEndpointId()
EndpointConfigurationPropsIf 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 EC2 instances, this is the EC2 instance ID.
getEndpointId in interface EndpointConfigurationPropspublic final Boolean getClientIpReservation()
EndpointConfigurationOptionsDefault: true
getClientIpReservation in interface EndpointConfigurationOptionspublic final Number getWeight()
EndpointConfigurationOptionsWhen 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
getWeight in interface EndpointConfigurationOptionshttps://docs.aws.amazon.com/global-accelerator/latest/dg/about-endpoints-endpoint-weights.html@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.