Revokes any permissions in the queue policy that matches the specified Label parameter
Source:R/sqs_operations.R
sqs_remove_permission.RdRevokes 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.
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
add_permissionaction.