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.SetLoadBalancerPoliciesForBackendServer

Contents

Description

Replaces the set of policies associated with the specified port on which the back-end server is listening with a new set of policies. At this time, only the back-end server authentication policy type can be applied to the back-end ports; this policy type is composed of multiple public key policies.

Each time you use SetLoadBalancerPoliciesForBackendServer to enable the policies, use the PolicyNames parameter to list the policies that you want to enable.

You can use DescribeLoadBalancers or DescribeLoadBalancerPolicies to verify that the policy is associated with the back-end server.

See: AWS API Reference for SetLoadBalancerPoliciesForBackendServer.

Synopsis

Creating a Request

setLoadBalancerPoliciesForBackendServer Source

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

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

Request Lenses

slbpfbsInstancePort :: Lens' SetLoadBalancerPoliciesForBackendServer Int Source

The port number associated with the back-end server.

slbpfbsPolicyNames :: Lens' SetLoadBalancerPoliciesForBackendServer [Text] Source

The names of the policies. If the list is empty, then all current polices are removed from the back-end server.

Destructuring the Response

setLoadBalancerPoliciesForBackendServerResponse Source

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

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

Response Lenses