lightsail_untag_resource {paws.compute} | R Documentation |
Deletes the specified set of tag keys and their values from the specified Amazon Lightsail resource.
See https://www.paws-r-sdk.com/docs/lightsail_untag_resource/ for full documentation.
lightsail_untag_resource(resourceName, resourceArn = NULL, tagKeys)
resourceName |
[required] The name of the resource from which you are removing a tag. |
resourceArn |
The Amazon Resource Name (ARN) of the resource from which you want to remove a tag. |
tagKeys |
[required] The tag keys to delete from the specified resource. |