@Stability(value=Stable) @Internal public static final class CfnEndpointGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpointGroupProps
CfnEndpointGroupPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnEndpointGroupProps.Builder, CfnEndpointGroupProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnEndpointGroupProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnEndpointGroupProps.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 |
getEndpointConfigurations()
The list of endpoint objects.
|
String |
getEndpointGroupRegion()
The AWS Regions where the endpoint group is located.
|
Number |
getHealthCheckIntervalSeconds()
The time—10 seconds or 30 seconds—between health checks for each endpoint.
|
String |
getHealthCheckPath()
If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks.
|
Number |
getHealthCheckPort()
The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
|
String |
getHealthCheckProtocol()
The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
|
String |
getListenerArn()
The Amazon Resource Name (ARN) of the listener.
|
Object |
getPortOverrides()
Allows you to override the destination ports used to route traffic to an endpoint.
|
Number |
getThresholdCount()
The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy.
|
Number |
getTrafficDialPercentage()
The percentage of traffic to send to an AWS Regions .
|
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(CfnEndpointGroupProps.Builder builder)
CfnEndpointGroupProps.Builder.public final String getEndpointGroupRegion()
CfnEndpointGroupPropsgetEndpointGroupRegion in interface CfnEndpointGroupPropspublic final String getListenerArn()
CfnEndpointGroupPropsgetListenerArn in interface CfnEndpointGroupPropspublic final Object getEndpointConfigurations()
CfnEndpointGroupPropsgetEndpointConfigurations in interface CfnEndpointGroupPropspublic final Number getHealthCheckIntervalSeconds()
CfnEndpointGroupPropsThe default value is 30.
getHealthCheckIntervalSeconds in interface CfnEndpointGroupPropspublic final String getHealthCheckPath()
CfnEndpointGroupPropsThe default is slash (/).
getHealthCheckPath in interface CfnEndpointGroupPropspublic final Number getHealthCheckPort()
CfnEndpointGroupPropsThe default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.
getHealthCheckPort in interface CfnEndpointGroupPropspublic final String getHealthCheckProtocol()
CfnEndpointGroupPropsThe default value is TCP.
getHealthCheckProtocol in interface CfnEndpointGroupPropspublic final Object getPortOverrides()
CfnEndpointGroupPropsUsing a port override lets you to map a list of external destination ports (that your users send traffic to) to a list of internal destination ports that you want an application endpoint to receive traffic on.
getPortOverrides in interface CfnEndpointGroupPropspublic final Number getThresholdCount()
CfnEndpointGroupPropsThe default value is 3.
getThresholdCount in interface CfnEndpointGroupPropspublic final Number getTrafficDialPercentage()
CfnEndpointGroupPropsAdditional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
getTrafficDialPercentage in interface CfnEndpointGroupProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.