TSNSCreatePlatformApplicationRequest
Class in AWS.SNS
CreatePlatformApplication request class.
Ancestors
Properties
Name
property Name: string
Platform
property Platform: string
PlatformCredential
property PlatformCredential: string
PlatformPrincipal
property PlatformPrincipal: string
EventEndpointCreated
property EventEndpointCreated: TOptional<TARN>
EventEndpointDeleted
property EventEndpointDeleted: TOptional<TARN>
EventEndpointUpdated
property EventEndpointUpdated: TOptional<TARN>
EventDeliveryFailure
property EventDeliveryFailure: TOptional<TARN>
SuccessFeedbackRoleArn
property SuccessFeedbackRoleArn: TOptional<TARN>
FailureFeedbackRoleArn
property FailureFeedbackRoleArn: TOptional<TARN>
SuccessFeedbackSampleRate
property SuccessFeedbackSampleRate: TOptional<Integer>
Constructors
Create
constructor Create(const AName, APlatform, APlatformCredential: string; APlatformPrincipal: string = '');
Constructor for TSNSCreatePlatformApplicationRequest.
Parameters
| Name | Description |
|---|---|
AName | A name for the platform application. |
APlatform | A push notification platform. |
APlatformCredential | The credential received from the notification service. |
APlatformPrincipal | The principal received from the notification service. |