Class LoadBalancerHealthCheck


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

      • healthyThreshold

        public java.lang.Integer healthyThreshold()
        Returns:
        The number of checks before the instance is declared healthy.
      • interval

        public java.lang.Integer interval()
        Returns:
        The interval between checks.
      • target

        public java.lang.String target()
        Returns:
        The target of the check. Valid pattern is "${PROTOCOL}:${PORT}${PATH}", where PROTOCOL values are:
      • timeout

        public java.lang.Integer timeout()
        Returns:
        The length of time before the check times out.
      • unhealthyThreshold

        public java.lang.Integer unhealthyThreshold()
        Returns:
        The number of checks before the instance is declared unhealthy.