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

************
Notification
************



.. py:method:: Glacier.ServiceResource.Notification(account_id,vault_name)

  Creates a Notification resource.::

    notification = glacier.Notification('account_id','vault_name')

  :type account_id: string
  :param account_id: The Notification's account_id identifier. This **must** be set.
  :type vault_name: string
  :param vault_name: The Notification's vault_name identifier. This **must** be set.
  
  :rtype: :py:class:`Glacier.Notification`
  :returns: A Notification resource
  