TSNSConfirmSubscriptionRequest
Class in AWS.SNS
ConfirmSubscription request class.
Ancestors
Properties
TopicArn
property TopicArn: TARN
Token
property Token: string
AuthenticateOnUnsubscribe
property AuthenticateOnUnsubscribe: string
Constructors
Create
constructor Create(const ATopicArn: TARN; AToken: string; AAuthenticateOnUnsubscribe: string = '');
Constructor for TSNSConfirmSubscriptionRequest.
Parameters
| Name | Description |
|---|---|
ATopicArn | The Amazon Resource Name (ARN) of the topic for which to confim a subscription. |
AToken | The short-lived token send to an endpoint during theaction. |
AAuthenticateOnUnsubscribe | Disallows unauthenticated unsubscribes of the subscription. |