paws.application.integration (version 0.5.0)

sqs_remove_permission: 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 add_permission action.