Class TargetGroupTargetFailover


  • public final class TargetGroupTargetFailover
    extends java.lang.Object
    • Method Detail

      • onDeregistration

        public java.lang.String onDeregistration()
        Returns:
        Indicates how the GWLB handles existing flows when a target is deregistered. Possible values are `rebalance` and `no_rebalance`. Must match the attribute value set for `on_unhealthy`. Default: `no_rebalance`.
      • onUnhealthy

        public java.lang.String onUnhealthy()
        Returns:
        Indicates how the GWLB handles existing flows when a target is unhealthy. Possible values are `rebalance` and `no_rebalance`. Must match the attribute value set for `on_deregistration`. Default: `no_rebalance`.