AWS.SNS.TSNSRemovePermissionRequest.Create

Constructor for TSNSRemovePermissionRequest.

constructor Create(const APermissionLabel: string; ATopicArn: TARN);
__fastcall TSNSRemovePermissionRequest(const AnsiString APermissionLabel, TARN ATopicArn);

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const APermissionLabel: string
A unique label of the statement you want to remove.
ATopicArn: TARN
The Amazon Resource Name (ARN) of the topic whose access control policy you want to modify.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.