Skip to main content

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

NameDescription
ANameA name for the platform application.
APlatformA push notification platform.
APlatformCredentialThe credential received from the notification service.
APlatformPrincipalThe principal received from the notification service.