paws.analytics (version 0.1.0)

glue_tag_resource: Adds tags to a resource

Description

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

Usage

glue_tag_resource(ResourceArn, TagsToAdd)

Arguments

ResourceArn

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

TagsToAdd

[required] Tags to add to this resource.

Request syntax

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