Set Endpoint Attributes
sns_set_endpoint_attributes | R Documentation |
Sets the attributes for an endpoint for a device on one of the supported push notification services, such as GCM (Firebase Cloud Messaging) and APNS¶
Description¶
Sets the attributes for an endpoint 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.
Usage¶
sns_set_endpoint_attributes(EndpointArn, Attributes)
Arguments¶
EndpointArn |
[required] EndpointArn used for
|
Attributes |
[required] A map of the endpoint attributes. Attributes in this map include the following:
|
Value¶
An empty list.
Request syntax¶
svc$set_endpoint_attributes(
EndpointArn = "string",
Attributes = list(
"string"
)
)