View source: R/sqs_operations.R
sqs_remove_permission | R Documentation |
Revokes any permissions in the queue policy that matches the specified Label
parameter.
See https://www.paws-r-sdk.com/docs/sqs_remove_permission/ for full documentation.
sqs_remove_permission(QueueUrl, Label)
QueueUrl |
[required] The URL of the Amazon SQS queue from which permissions are removed. Queue URLs and names are case-sensitive. |
Label |
[required] The identification of the permission to remove. This is the label added
using the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.