
set-load-balancer-policies-of-listener
**************************************


DESCRIPTION
===========

Associates, updates, or disables a policy with a listener on the
LoadBalancer. You can associate multiple policies with a listener.


SYNOPSIS
========

   aws elb set-load-balancer-policies-of-listener
     --policy-names <value>
     --load-balancer-port <value>
     --load-balancer-name <value>


REQUIRED PARAMETERS
===================

"--policy-names"  (list of string)
   List of policies to be associated with the listener. Currently this
   list can have at most one policy. If the list is empty, the current
   policy is removed from the listener.

   *Parameter Syntax*

      ["string", ...]

"--load-balancer-port"  (integer)
   The external port of the LoadBalancer with which this policy
   applies to.

"--load-balancer-name"  (string)
   The name associated with the LoadBalancer. The name must be unique
   within the client AWS account.


OPTIONAL PARAMETERS
===================

None
