Skip to content

Untag Resource

resourceexplorer_untag_resource R Documentation

Removes one or more tag key and value pairs from an Amazon Web Services Resource Explorer view or index

Description

Removes one or more tag key and value pairs from an Amazon Web Services Resource Explorer view or index.

Usage

resourceexplorer_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the view or index that you want to remove tags from.

tagKeys

[required] A list of the keys for the tags that you want to remove from the specified view or index.

Value

An empty list.

Request syntax

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