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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.SetLoadBalancerPoliciesOfListener

Contents

Description

Associates, updates, or disables a policy with a listener on the load balancer. You can associate multiple policies with a listener.

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

Synopsis

Request

Request constructor

Request lenses

slbpolLoadBalancerPort :: Lens' SetLoadBalancerPoliciesOfListener Int Source

The external port of the load balancer to associate the policy.

slbpolPolicyNames :: Lens' SetLoadBalancerPoliciesOfListener [Text] Source

List of policies to be associated with the listener. If the list is empty, the current policy is removed from the listener.

Response

Response constructor