:doc:`ServiceResource <index>` / Sub-Resource / DhcpOptions

***********
DhcpOptions
***********



.. py:method:: EC2.ServiceResource.DhcpOptions(id)

  Creates a DhcpOptions resource.::

    dhcp_options = ec2.DhcpOptions('id')

  :type id: string
  :param id: The DhcpOptions's id identifier. This **must** be set.
  
  :rtype: :py:class:`EC2.DhcpOptions`
  :returns: A DhcpOptions resource
  