Skip to main content

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

NameDescription
AActionsSpecify the actions the client wants to allow for the specified principals.
AAWSAccountIdsSpecify the AWS account numbers of the principals who are to receive permission.
ALabelSpecify the unique identification label for the permission being set.
AQueueUrlSpecify the URL of an Amazon SQS queue on which to add permission.