Skip to content

Get Platform Application Attributes

sns_get_platform_application_attributes R Documentation

Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging)

Description

Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging). For more information, see Using Amazon SNS Mobile Push Notifications.

Usage

sns_get_platform_application_attributes(PlatformApplicationArn)

Arguments

PlatformApplicationArn

[required] PlatformApplicationArn for GetPlatformApplicationAttributesInput.

Value

A list with the following syntax:

list(
  Attributes = list(
    "string"
  )
)

Request syntax

svc$get_platform_application_attributes(
  PlatformApplicationArn = "string"
)