
create-dhcp-options
*******************


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

Creates a set of DHCP options that you can then associate with one or
more VPCs, causing all existing and new instances that you launch in
those VPCs to use the set of DHCP options. The following table lists
the individual DHCP options you can specify. For more information
about the options, go to http://www.ietf.org/rfc/rfc2132.txt


SYNOPSIS
========

   aws ec2 create-dhcp-options
     --dhcp-configurations <value>


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

"--dhcp-configurations"  (list)
   A set of one or more DHCP configurations.

      (structure)
         The DhcpConfiguration data type

         "values"  (list of string)
            Contains a set of values for a DHCP option.

         "key"  (string)
            Contains the name of a DHCP option.

   *Parameter Syntax*

      [
        {
          "values":
            ["string", ...],
          "key": "string"
        }
        ...
      ]


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

None
