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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.CreateLoadBalancerPolicy

Contents

Description

Creates a policy with the specified attributes for the specified load balancer.

Policies are settings that are saved for your load balancer and that can be applied to the front-end listener or the back-end application server, depending on the policy type.

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

Synopsis

Request

Request constructor

Request lenses

clbpPolicyName :: Lens' CreateLoadBalancerPolicy Text Source

The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.

clbpPolicyTypeName :: Lens' CreateLoadBalancerPolicy Text Source

The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.

Response

Response constructor