Skip to content

Tag Resource

dlm_tag_resource R Documentation

Adds the specified tags to the specified resource

Description

Adds the specified tags to the specified resource.

Usage

dlm_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource.

Tags

[required] One or more tags.

Value

An empty list.

Request syntax

svc$tag_resource(
  ResourceArn = "string",
  Tags = list(
    "string"
  )
)