AWS.SNS.TSNSConfirmSubscriptionRequest.Create
constructor Create(const ATopicArn: TARN; AToken: string; AAuthenticateOnUnsubscribe: string = '');
__fastcall TSNSConfirmSubscriptionRequest(const TARN ATopicArn, AnsiString AToken, AnsiString AAuthenticateOnUnsubscribe = '');

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ATopicArn: TARN
The Amazon Resource Name (ARN) of the topic for which to confim a subscription.
AToken: string
The short-lived token send to an endpoint during the Subscribe action.
AAuthenticateOnUnsubscribe: string = ''
Disallows unauthenticated unsubscribes of the subscription.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.