Add Permission
GET {{aws_simple_queue_service_base_url}}/?ActionName.N&AWSAccountId.N&Label&QueueUrl
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ActionName.N | null | The action the client wants to allow for the specified principal. Valid values: the name of any action or *. | |
AWSAccountId.N | null | The AWS account number of the principal who is given permission. The principal must have an AWS account, but does not need to be signed up for Amazon SQS. For information about locating the AWS account identification, see Your AWS Identifiers in the Amazon Simple Queue Service Developer Guide. | |
Label | null | The unique identification of the permission you're setting (for example, AliceSendMessage). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-), and underscores (_). | |
QueueUrl | null | The URL of the Amazon SQS queue to which permissions are added. |