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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.DescribeLoadBalancerPolicies

Contents

Description

Returns detailed descriptions of the policies. If you specify a load balancer name, the action returns the descriptions of all the policies created for the load balancer. If you specify a policy name associated with your load balancer, the action returns the description of that policy. If you don't specify a load balancer name, the action returns descriptions of the specified sample policies, or descriptions of all the sample policies. The names of the sample policies have the 'ELBSample-' prefix.

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

Synopsis

Request

Request constructor

Request lenses

dlbpLoadBalancerName :: Lens' DescribeLoadBalancerPolicies (Maybe Text) Source

The mnemonic name associated with the load balancer. If no name is specified, the operation returns the attributes of either all the sample policies pre-defined by Elastic Load Balancing or the specified sample polices.

dlbpPolicyNames :: Lens' DescribeLoadBalancerPolicies [Text] Source

The names of load balancer policies you've created or Elastic Load Balancing sample policy names.

Response

Response constructor

Response lenses