You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::AwsElbLoadBalancerHealthCheckWhen passing AwsElbLoadBalancerHealthCheck as input to an Aws::Client method, you can use a vanilla Hash:
{
healthy_threshold: 1,
interval: 1,
target: "NonEmptyString",
timeout: 1,
unhealthy_threshold: 1,
}
Contains information about the health checks that are conducted on the load balancer.
Returned by:
Instance Attribute Summary collapseThe number of consecutive health check successes required before the instance is moved to the Healthy state.
The approximate interval, in seconds, between health checks of an individual instance.
The instance that is being checked.
The amount of time, in seconds, during which no response means a failed health check.
The number of consecutive health check failures that must occur before the instance is moved to the Unhealthy state.
The number of consecutive health check successes required before the instance is moved to the Healthy state.
#interval ⇒ IntegerThe approximate interval, in seconds, between health checks of an individual instance.
#target ⇒ StringThe instance that is being checked. The target specifies the protocol and port. The available protocols are TCP, SSL, HTTP, and HTTPS. The range of valid ports is 1 through 65535.
For the HTTP and HTTPS protocols, the target also specifies the ping path.
For the TCP protocol, the target is specified as TCP: <port>
.
For the SSL protocol, the target is specified as SSL.<port>
.
For the HTTP and HTTPS protocols, the target is specified as <protocol>:<port>/<path to ping>
.
The amount of time, in seconds, during which no response means a failed health check.
#unhealthy_threshold ⇒ IntegerThe number of consecutive health check failures that must occur before the instance is moved to the Unhealthy state.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4