ISNSCreatePlatformEndpointRequest
Interface in AWS.SNS
Interface for CreatePlatformEndpoint requests.
Ancestors
Properties
PlatformApplicationArn
property PlatformApplicationArn: TARN
An Amazon Resource Name (ARN) for a platform application. As returned from CreatePlatformApplication.
Token
property Token: string
Unique identifier created by the notification service for an app on a device.
The token differs by platform. For APNS, Token should be the device token. On GCM, or ADM, Token should be the registration ID.
CustomUserData
property CustomUserData: string
Arbitrary user data to associate with the endpoint.
Amazon SNS does not use this data. The data must be in UTF-8 format and less than 2KB.
Enabled
property Enabled: TOptional<Boolean>
Enable/disable the endpoint.