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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.ConfigureHealthCheck

Contents

Description

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

For more information, see Health Checks 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

The configuration information for the new health check.

chcLoadBalancerName :: Lens' ConfigureHealthCheck Text Source

The name of the load balancer.

Response

Response constructor

Response lenses