sqs_remove_permission {paws.application.integration} | R Documentation |
Revokes any permissions in the queue policy that matches the specified Label parameter
Description
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.
Usage
sqs_remove_permission(QueueUrl, Label)
Arguments
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 |
[Package paws.application.integration version 0.6.0 Index]