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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.CreateLoadBalancerPolicy

Contents

Description

Creates a new policy that contains the necessary attributes depending on the policy type. 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 your policy type.

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

Synopsis

Request

Request constructor

Request lenses

clbpLoadBalancerName :: Lens' CreateLoadBalancerPolicy Text Source

The name associated with the LoadBalancer for which the policy is being created.

clbpPolicyAttributes :: Lens' CreateLoadBalancerPolicy [PolicyAttribute] Source

A list of attributes associated with the policy being created.

clbpPolicyName :: Lens' CreateLoadBalancerPolicy Text Source

The name of the load balancer policy being created. The 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 being used to create this policy. To get the list of policy types, use the DescribeLoadBalancerPolicyTypes action.

Response

Response constructor