Class TargetGroupHealth.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancingv2.TargetGroupHealth.Jsii$Proxy
- All Implemented Interfaces:
TargetGroupHealth
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
TargetGroupHealth
@Stability(Stable)
@Internal
public static final class TargetGroupHealth.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements TargetGroupHealth
An implementation for
TargetGroupHealth
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.TargetGroupHealth
TargetGroupHealth.Builder, TargetGroupHealth.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(TargetGroupHealth.Builder builder) Constructor that initializes the object based on literal property values passed by theTargetGroupHealth.Builder
.protected
Jsii$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.JsonNode
final boolean
final Number
The minimum number of targets that must be healthy for DNS failover.final Number
The minimum percentage of targets that must be healthy for DNS failover.final Number
The minimum number of targets that must be healthy for unhealthy state routing.final Number
The minimum percentage of targets that must be healthy for unhealthy state routing.final int
hashCode()
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 theTargetGroupHealth.Builder
.
-
-
Method Details
-
getDnsMinimumHealthyTargetCount
Description copied from interface:TargetGroupHealth
The minimum number of targets that must be healthy for DNS failover.If below this value, mark the zone as unhealthy in DNS. Use 0 for "off".
Default: 1
- Specified by:
getDnsMinimumHealthyTargetCount
in interfaceTargetGroupHealth
-
getDnsMinimumHealthyTargetPercentage
Description copied from interface:TargetGroupHealth
The minimum percentage of targets that must be healthy for DNS failover.If below this value, mark the zone as unhealthy in DNS. Use 0 for "off".
Default: 0
- Specified by:
getDnsMinimumHealthyTargetPercentage
in interfaceTargetGroupHealth
-
getRoutingMinimumHealthyTargetCount
Description copied from interface:TargetGroupHealth
The minimum number of targets that must be healthy for unhealthy state routing.If below this value, send traffic to all targets including unhealthy ones.
Default: 1
- Specified by:
getRoutingMinimumHealthyTargetCount
in interfaceTargetGroupHealth
-
getRoutingMinimumHealthyTargetPercentage
Description copied from interface:TargetGroupHealth
The minimum percentage of targets that must be healthy for unhealthy state routing.If below this value, send traffic to all targets including unhealthy ones. Use 0 for "off".
Default: 0
- Specified by:
getRoutingMinimumHealthyTargetPercentage
in interfaceTargetGroupHealth
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-