Skip to content

Tag Resource

glue_tag_resource R Documentation

Adds tags to a resource

Description

Adds tags to a resource. A tag is a label you can assign to an Amazon Web Services resource. In Glue, you can tag only certain resources. For information about what resources you can tag, see Amazon Web Services Tags in Glue.

Usage

glue_tag_resource(ResourceArn, TagsToAdd)

Arguments

ResourceArn

[required] The ARN of the Glue resource to which to add the tags. For more information about Glue resource ARNs, see the Glue ARN string pattern.

TagsToAdd

[required] Tags to add to this resource.

Value

An empty list.

Request syntax

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