Class CfnEndpointGroup.EndpointConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointGroup.EndpointConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnEndpointGroup.EndpointConfigurationProperty
CfnEndpointGroup.EndpointConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.globalaccelerator.CfnEndpointGroup.EndpointConfigurationProperty
CfnEndpointGroup.EndpointConfigurationProperty.Builder, CfnEndpointGroup.EndpointConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpointGroup.EndpointConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectIndicates whether client IP address preservation is enabled for an Application Load Balancer endpoint.final StringAn ID for the endpoint.final NumberThe weight associated with the endpoint.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnEndpointGroup.EndpointConfigurationProperty.Builder.
-
-
Method Details
-
getEndpointId
Description copied from interface:CfnEndpointGroup.EndpointConfigurationPropertyAn ID for the endpoint.If 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.
- Specified by:
getEndpointIdin interfaceCfnEndpointGroup.EndpointConfigurationProperty
-
getClientIpPreservationEnabled
Description copied from interface:CfnEndpointGroup.EndpointConfigurationPropertyIndicates whether client IP address preservation is enabled for an Application Load Balancer endpoint.The 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-Forrequest 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 .
- Specified by:
getClientIpPreservationEnabledin interfaceCfnEndpointGroup.EndpointConfigurationProperty
-
getWeight
Description copied from interface:CfnEndpointGroup.EndpointConfigurationPropertyThe weight associated with the endpoint.When 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 .
- Specified by:
getWeightin interfaceCfnEndpointGroup.EndpointConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-