Skip to content

Tag Resource

connectwisdomservice_tag_resource R Documentation

Adds the specified tags to the specified resource

Description

Adds the specified tags to the specified resource.

Usage

connectwisdomservice_tag_resource(resourceArn, tags)

Arguments

resourceArn

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

tags

[required] The tags used to organize, track, or control access for this resource.

Value

An empty list.

Request syntax

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