Skip to content

Untag Resource

telconetworkbuilder_untag_resource R Documentation

Untags an AWS TNB resource

Description

Untags an AWS TNB resource.

A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.

Usage

telconetworkbuilder_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

[required] Resource ARN.

tagKeys

[required] Tag keys.

Value

An empty list.

Request syntax

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