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
| Name | Description |
|---|---|
AActionNames | List of actions to allow to the specified principal. |
AAWSAccountIds | List of AWS account ID's of the users (principals) who will be given access to the specified actions. |
APermissionLabel | A unique identifier for the new policy statement. |
ATopicArn | The Amazon Resource Name (ARN) of the topic whose access control policy to modify. |