amazonka-elb-0.1.4: 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 Amazon Virtual Private Cloud (Amazon VPC). The provided security group IDs will override any currently applied security groups.

For more information, see Manage Security Groups in 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

asgtlbLoadBalancerName :: Lens' ApplySecurityGroupsToLoadBalancer 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.

asgtlbSecurityGroups :: Lens' ApplySecurityGroupsToLoadBalancer [Text] Source

A list of security group IDs to associate with your load balancer in VPC. The security group IDs must be provided as the ID and not the security group name (For example, sg-1234).

Response

Response constructor

Response lenses

asgtlbrSecurityGroups :: Lens' ApplySecurityGroupsToLoadBalancerResponse [Text] Source

A list of security group IDs associated with your load balancer.