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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.ApplySecurityGroupsToLoadBalancer

Contents

Description

Associates one or more security groups with your load balancer in a virtual private cloud (VPC). The specified security groups override the previously associated security groups.

For more information, see Manage Security Groups for Amazon VPC in the Elastic Load Balancing Developer Guide.

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

Synopsis

Request

Request constructor

Request lenses

asgtlbSecurityGroups :: Lens' ApplySecurityGroupsToLoadBalancer [Text] Source

The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.

Response

Response constructor

Response lenses

asgtlbrSecurityGroups :: Lens' ApplySecurityGroupsToLoadBalancerResponse [Text] Source

The IDs of the security groups associated with the load balancer.