Skip to content

Tag Resource

nimblestudio_tag_resource R Documentation

Creates tags for a resource, given its ARN

Description

Creates tags for a resource, given its ARN.

Usage

nimblestudio_tag_resource(resourceArn, tags)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the resource you want to add tags to.

tags

A collection of labels, in the form of key-value pairs, that apply to this resource.

Value

An empty list.

Request syntax

svc$tag_resource(
  resourceArn = "string",
  tags = list(
    "string"
  )
)