TSNSSubscribeRequest
Class in AWS.SNS
Subscribe request class.
Ancestors
Properties
DeliveryPolicy
property DeliveryPolicy: string
FilterPolicy
property FilterPolicy: string
Endpoint
property Endpoint: string
Protocol
property Protocol: string
RawMessageDelivery
property RawMessageDelivery: TOptional<Boolean>
RedrivePolicy
property RedrivePolicy: string
ReturnSubscriptionArn
property ReturnSubscriptionArn: TOptional<Boolean>
SubscriptionRoleArn
property SubscriptionRoleArn: TOptional<TARN>
TopicArn
property TopicArn: TARN
Constructors
Create
constructor Create(const ATopicArn: TARN; AProtocol: string; AEndpoint: string = '');
Constructor for TSNSSubscribeRequest.
Parameters
| Name | Description |
|---|---|
ATopicArn | The Amazon Resource Name (ARN) of the topic to subscribe to. |
AProtocol | The protocol to use. |
AEndpoint | The endpoint to receive notifications. |