Skip to main content

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

NameDescription
ATopicArnThe Amazon Resource Name (ARN) of the topic for which to confim a subscription.
ATokenThe short-lived token send to an endpoint during theaction.
AAuthenticateOnUnsubscribeDisallows unauthenticated unsubscribes of the subscription.