HealthCheck parameters

HealthCheck

Health check configuration information

  • Type : Map
  • Default : -
  • Required : No
  • Valid values : -
  • Updated : Yes

    • HealthyThreshold

      The number of consecutive successful health checks based on which the target instance is determined to have been recovered from failure and is incorporated into the assignment destination.

      • Type : Integer
      • Default : -
      • Required : Yes
      • Valid values : -
      • Updated : Yes
    • Interval

      Health checking time interval (seconds).

      • Type : Integer
      • Default : -
      • Required : Yes
      • Valid values : -
      • Updated : Yes
    • Target

      The protocol, port number, and URL of a health check instance.

      • Specify these in the following format.

        protocol:port[url]
        • Specify protocol with TCP, HTTP, HTTPS, or SSL.
        • Specify port with a value in the range of 1 to 65535.
        • Specify url with the URL path. This may be omitted. This can be specified if protocol is HTTP or HTTPS.
      • Type : String
      • Default : -
      • Required : Yes
      • Valid values : -
      • Updated : Yes
    • Timeout

      The period of timeout for a health check response, in seconds. This value must be smaller than the Interval value.

      • Type : Integer
      • Default : -
      • Required : Yes
      • Valid values : -
      • Updated : Yes
    • UnhealthyThreshold

      The number of consecutive unsuccessful health checks based on which the target instance is determined to have failed and is eliminated from the assignment destination.

      • Type : Integer
      • Default : -
      • Required : Yes
      • Valid values : -
      • Updated : Yes