amazonka-elb-0.1.4: Amazon Elastic Load Balancing SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.ConfigureHealthCheck

Contents

Description

Specifies the health check settings to use for evaluating the health state of your back-end instances.

For more information, see Health Check in the Elastic Load BalancingDeveloper Guide.

http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/API_ConfigureHealthCheck.html

Synopsis

Request

Request constructor

Request lenses

chcHealthCheck :: Lens' ConfigureHealthCheck HealthCheck Source

A structure containing the configuration information for the new healthcheck.

chcLoadBalancerName :: Lens' ConfigureHealthCheck Text Source

The mnemonic name associated with the load balancer. The name must be unique within the set of load balancers associated with your AWS account.

Response

Response constructor

Response lenses

chcrHealthCheck :: Lens' ConfigureHealthCheckResponse (Maybe HealthCheck) Source

The updated healthcheck for the instances.