Skip to main content

TSNSAddPermissionRequest

Class in AWS.SNS

AddPermission request class.

Ancestors

Properties

ActionNames

property ActionNames: TList<string>

AWSAccountIds

property AWSAccountIds: TList<string>

PermissionLabel

property PermissionLabel: string

TopicArn

property TopicArn: TARN

Constructors

Create

constructor Create(const AActionNames: array of string; AAWSAccountIds: array of string; APermissionLabel: string; ATopicArn: TARN);

Constructor for TSNSAddPermissionRequest.

Parameters

NameDescription
AActionNamesList of actions to allow to the specified principal.
AAWSAccountIdsList of AWS account ID's of the users (principals) who will be given access to the specified actions.
APermissionLabelA unique identifier for the new policy statement.
ATopicArnThe Amazon Resource Name (ARN) of the topic whose access control policy to modify.