Add Permission

GET {{aws_simple_queue_service_base_url}}/?ActionName.N&AWSAccountId.N&Label&QueueUrl

Request Params

KeyDatatypeRequiredDescription
ActionName.NnullThe action the client wants to allow for the specified principal. Valid values: the name of any action or *.
AWSAccountId.NnullThe 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.
LabelnullThe unique identification of the permission you're setting (for example, AliceSendMessage). Maximum 80 characters. Allowed characters include alphanumeric characters, hyphens (-), and underscores (_).
QueueUrlnullThe URL of the Amazon SQS queue to which permissions are added.