class Aws::ElasticLoadBalancing::Types::ConfigureHealthCheckInput

Contains the parameters for ConfigureHealthCheck.

@note When making an API call, you may pass ConfigureHealthCheckInput

data as a 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
      },
    }

@!attribute [rw] load_balancer_name

The name of the load balancer.
@return [String]

@!attribute [rw] health_check

The configuration information.
@return [Types::HealthCheck]

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancing-2012-06-01/ConfigureHealthCheckInput AWS API Documentation

Constants

SENSITIVE