proton_untag_resource: Remove a customer tag from a resource

View source: R/proton_operations.R

proton_untag_resourceR Documentation

Remove a customer tag from a resource

Description

Remove a customer tag from a resource. A tag is a key-value pair of metadata associated with an Proton resource.

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

Usage

proton_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the resource to remove customer tags from.

tagKeys

[required] A list of customer tag keys that indicate the customer tags to be removed from the resource.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.