aws.sns.get_endpoint_attributes
Example SQL Queries
SELECT * FROMaws.sns.get_endpoint_attributesWHERE"endpoint_arn" = 'VALUE';Description
Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM (Firebase Cloud Messaging) and APNS. For more information, see Using Amazon SNS Mobile Push Notifications.
Table Definition
| Column Name | Column Data Type |
|---|---|
| endpoint_arn Required Input Column EndpointArn for GetEndpointAttributes input. | 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) |