TSNSCreatePlatformEndpointRequest
Class in AWS.SNS
CreatePlatformEndpoint request class.
Ancestors
Properties
PlatformApplicationArn
property PlatformApplicationArn: TARN
Token
property Token: string
CustomUserData
property CustomUserData: string
Enabled
property Enabled: TOptional<Boolean>
Constructors
Create
constructor Create(const APlatformApplicationArn: TARN; AToken: string);
Constructor for TSNSCreatePlatformEndpointRequest.
Parameters
| Name | Description |
|---|---|
APlatformApplicationArn | An Amazon Resource Name (ARN) for a platform application. As returned from CreatePlatformApplication. |
AToken | Unique identifier created by the notification service for an app on a device. |