Skip to content

Create Tags

workspaces_create_tags R Documentation

Creates the specified tags for the specified WorkSpaces resource

Description

Creates the specified tags for the specified WorkSpaces resource.

Usage

workspaces_create_tags(ResourceId, Tags)

Arguments

ResourceId

[required] The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces, registered directories, images, custom bundles, IP access control groups, and connection aliases.

Tags

[required] The tags. Each WorkSpaces resource can have a maximum of 50 tags.

Value

An empty list.

Request syntax

svc$create_tags(
  ResourceId = "string",
  Tags = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)