Untag Resource
ram_untag_resource | R 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.
Usage¶
ram_untag_resource(resourceShareArn, tagKeys, resourceArn)
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
|
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 |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceShareArn = "string",
tagKeys = list(
"string"
),
resourceArn = "string"
)