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
  • 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

      protected Jsii$Proxy(TargetGroupHealth.Builder builder)
      Constructor that initializes the object based on literal property values passed by the TargetGroupHealth.Builder.
  • Method Details

    • getDnsMinimumHealthyTargetCount

      public final Number 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 interface TargetGroupHealth
    • getDnsMinimumHealthyTargetPercentage

      public final Number 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 interface TargetGroupHealth
    • getRoutingMinimumHealthyTargetCount

      public final Number 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 interface TargetGroupHealth
    • getRoutingMinimumHealthyTargetPercentage

      public final Number 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 interface TargetGroupHealth
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object