Add or remove queue permissions
add_queue_permission(queue, label, principal, action, query = NULL, ...)remove_queue_permission(queue, label, query = NULL, ...)
A character string containing a queue URL, or the name of the queue.
A character string containing a unique label for the permission.
A character vector containing the AWS account number of the principal who will be given permission. Principals and actions must be specified one-to-one or one-to-many.
A character vector containing an SQS permission. Valid values include: “*”, “SendMessage”, “ReceiveMessage”, “DeleteMessage”, “ChangeMessageVisibility”, “GetQueueAttributes”, “GetQueueUrl”.
A list specifying additional query arguments to be passed to the query
argument of sqsHTTP
.
Additional arguments passed to sqsHTTP
.
A list.
Add or removes a permission from an SQS queue.
link{create_queue}
get_queue_attrs
set_queue_attrs