AWS.SNS.TSNSAddPermissionRequest.Create

Constructor for TSNSAddPermissionRequest.

constructor Create(const AActionNames: array of string; AAWSAccountIds: array of string; APermissionLabel: string; ATopicArn: TARN);
__fastcall TSNSAddPermissionRequest(const array of string AActionNames, array of string AAWSAccountIds, AnsiString APermissionLabel, TARN ATopicArn);

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const AActionNames: array of string
List of actions to allow to the specified principal.
AAWSAccountIds: array of string
List of AWS account ID's of the users (principals) who will be given access to the specified actions.
APermissionLabel: string
A unique identifier for the new policy statement.
ATopicArn: TARN
The Amazon Resource Name (ARN) of the topic whose access control policy to modify.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.