
create-load-balancer-policy
***************************


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

Creates a new policy that contains the necessary attributes depending
on the policy type. Policies are settings that are saved for your
Elastic LoadBalancer and that can be applied to the front-end
listener, or the back-end application server, depending on your policy
type.


SYNOPSIS
========

   aws elb create-load-balancer-policy
     --policy-name <value>
     --policy-type-name <value>
     --load-balancer-name <value>
     [--policy-attributes <value>]


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

"--policy-name"  (string)
   The name of the LoadBalancer policy being created. The name must be
   unique within the set of policies for this LoadBalancer.

"--policy-type-name"  (string)
   The name of the base policy type being used to create this policy.
   To get the list of policy types, use the  describe-load-balancer-
   policy-types action.

"--load-balancer-name"  (string)
   The name associated with the LoadBalancer for which the policy is
   being created. This name must be unique within the client AWS
   account.


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

"--policy-attributes"  (list)
   A list of attributes associated with the policy being created.

      (structure)
         The  PolicyAttribute data type. This data type contains a
         key/value pair that defines properties of a specific policy.

         "attribute_name"  (string)
            The name of the attribute associated with the policy.

         "attribute_value"  (string)
            The value of the attribute associated with the policy.

   *Parameter Syntax*

      [
        {
          "attribute_name": "string",
          "attribute_value": "string"
        }
        ...
      ]
