ram_untag_resource: Removes the specified tag key and value pairs from the...

View source: R/ram_operations.R

ram_untag_resourceR Documentation

Removes the specified tag key and value pairs from the specified resource share or managed permission

Description

Removes the specified tag key and value pairs from the specified resource share or managed permission.

See https://www.paws-r-sdk.com/docs/ram_untag_resource/ for full documentation.

Usage

ram_untag_resource(resourceShareArn = NULL, tagKeys, resourceArn = NULL)

Arguments

resourceShareArn

Specifies the Amazon Resource Name (ARN) of the resource share that you want to remove tags from. The tags are removed from the resource share, not the resources in the resource share. You must specify either resourceShareArn, or resourceArn, but not both.

tagKeys

[required] Specifies a list of one or more tag keys that you want to remove.

resourceArn

Specifies the Amazon Resource Name (ARN) of the managed permission that you want to remove tags from. You must specify either resourceArn, or resourceShareArn, but not both.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.