Skip to content

Untag Resource

finspace_untag_resource R Documentation

Removes metadata tags from a FinSpace resource

Description

Removes metadata tags from a FinSpace resource.

Usage

finspace_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

[required] A FinSpace resource from which you want to remove a tag or tags. The value for this parameter is an Amazon Resource Name (ARN).

tagKeys

[required] The tag keys (names) of one or more tags to be removed.

Value

An empty list.

Request syntax

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