Skip to content

Untag Resource

codeguruprofiler_untag_resource R Documentation

Use to remove one or more tags from a resource

Description

Use to remove one or more tags from a resource.

Usage

codeguruprofiler_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

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

tagKeys

[required] A list of tag keys. Existing tags of resources with keys in this list are removed from the specified resource.

Value

An empty list.

Request syntax

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