Skip to content

Untag Resource

redshiftserverless_untag_resource R Documentation

Removes a tag or set of tags from a resource

Description

Removes a tag or set of tags from a resource.

Usage

redshiftserverless_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

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

tagKeys

[required] The tag or set of tags to remove from the resource.

Value

An empty list.

Request syntax

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