You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticLoadBalancing::Types::ConfigureHealthCheckInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::ConfigureHealthCheckInput
- Defined in:
- (unknown)
Overview
Note:
When passing ConfigureHealthCheckInput as input to an Aws::Client method, you can use a vanilla Hash:
{
load_balancer_name: "AccessPointName", # required
health_check: { # required
target: "HealthCheckTarget", # required
interval: 1, # required
timeout: 1, # required
unhealthy_threshold: 1, # required
healthy_threshold: 1, # required
},
}
Contains the parameters for ConfigureHealthCheck.
Instance Attribute Summary collapse
-
#health_check ⇒ Types::HealthCheck
The configuration information.
-
#load_balancer_name ⇒ String
The name of the load balancer.
Instance Attribute Details
#health_check ⇒ Types::HealthCheck
The configuration information.
#load_balancer_name ⇒ String
The name of the load balancer.