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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for CreateLoadBalancerPolicy.

Synopsis

Creating a Request

createLoadBalancerPolicy Source

Creates a value of CreateLoadBalancerPolicy with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

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.

Destructuring the Response

createLoadBalancerPolicyResponse Source

Creates a value of CreateLoadBalancerPolicyResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses