TSQSAddPermissionRequest
Class in AWS.SQS
Implementation for AddPermission requests.
Ancestors
Properties
Actions
property Actions: TList<string>
AWSAccountIds
property AWSAccountIds: TList<string>
Label
property Label: string
Constructors
Create
constructor Create(const AQueueUrl, ALabel: string; const AAWSAccountIds, AActions: TArray<string>);
Constructor for TSQSAddPermissionRequest class.
Parameters
| Name | Description |
|---|---|
AActions | Specify the actions the client wants to allow for the specified principals. |
AAWSAccountIds | Specify the AWS account numbers of the principals who are to receive permission. |
ALabel | Specify the unique identification label for the permission being set. |
AQueueUrl | Specify the URL of an Amazon SQS queue on which to add permission. |