aws.sns.get_platform_application_attributes
Example SQL Queries
SELECT * FROMaws.sns.get_platform_application_attributesWHERE"platform_application_arn" = 'VALUE';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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| platform_application_arn Required Input Column PlatformApplicationArn for GetPlatformApplicationAttributesInput. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| attributes Attributes include the following:
| MAP(VARCHAR, VARCHAR) |