sqs_remove_permission: Revokes any permissions in the queue policy that matches the...

View source: R/sqs_operations.R

sqs_remove_permissionR 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 add_permission action.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.