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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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 Configure Health Checks in the Elastic Load Balancing Developer Guide.

See: AWS API Reference for ConfigureHealthCheck.

Synopsis

Creating a Request

configureHealthCheck Source

Creates a value of ConfigureHealthCheck with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

chcLoadBalancerName :: Lens' ConfigureHealthCheck Text Source

The name of the load balancer.

chcHealthCheck :: Lens' ConfigureHealthCheck HealthCheck Source

The configuration information for the new health check.

Destructuring the Response

configureHealthCheckResponse Source

Creates a value of ConfigureHealthCheckResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses