paws.compute (version 0.1.0)

lightsail_untag_resource: Deletes the specified set of tag keys and their values from the specified Amazon Lightsail resource

Description

Deletes the specified set of tag keys and their values from the specified Amazon Lightsail resource.

Usage

lightsail_untag_resource(resourceName, tagKeys)

Arguments

resourceName

[required] The name of the resource from which you are removing a tag.

tagKeys

[required] The tag keys to delete from the specified resource.

Request syntax

svc$untag_resource(
  resourceName = "string",
  tagKeys = list(
    "string"
  )
)

Details

The untag resource operation supports tag-based access control via request tags and resource tags applied to the resource identified by resourceName. For more information, see the Lightsail Dev Guide.