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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.AttachLoadBalancerToSubnets

Contents

Description

Adds one or more subnets to the set of configured subnets for the specified load balancer.

The load balancer evenly distributes requests across all registered subnets. For more information, see Elastic Load Balancing in Amazon VPC in the ElasticLoad Balancing Developer Guide.

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

Synopsis

Request

Request constructor

Request lenses

albtsSubnets :: Lens' AttachLoadBalancerToSubnets [Text] Source

The IDs of the subnets to add for the load balancer. You can add only one subnet per Availability Zone.

Response

Response constructor

Response lenses

albtsrSubnets :: Lens' AttachLoadBalancerToSubnetsResponse [Text] Source

The IDs of the subnets attached to the load balancer.