amazonka-elb-0.1.4: 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 in the Amazon Virtual Private Cloud (Amazon VPC) for the load balancer.

The load balancers evenly distribute requests across all of the registered subnets. For more information, see Deploy Elastic Load Balancing in Amazon VPC in the Elastic Load Balancing Developer Guide.

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

Synopsis

Request

Request constructor

Request lenses

albtsLoadBalancerName :: Lens' AttachLoadBalancerToSubnets Text Source

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

albtsSubnets :: Lens' AttachLoadBalancerToSubnets [Text] Source

A list of subnet IDs 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

A list of subnet IDs attached to the load balancer.