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

**********
NetworkAcl
**********



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

  Creates a NetworkAcl resource.::

    network_acl = ec2.NetworkAcl('id')

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