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

*******************
PlatformApplication
*******************



.. py:method:: SNS.ServiceResource.PlatformApplication(arn)

  Creates a PlatformApplication resource.::

    platform_application = sns.PlatformApplication('arn')

  :type arn: string
  :param arn: The PlatformApplication's arn identifier. This **must** be set.
  
  :rtype: :py:class:`SNS.PlatformApplication`
  :returns: A PlatformApplication resource
  