Skip to content

Tag Resource

gluedatabrew_tag_resource R Documentation

Adds metadata tags to a DataBrew resource, such as a dataset, project, recipe, job, or schedule

Description

Adds metadata tags to a DataBrew resource, such as a dataset, project, recipe, job, or schedule.

Usage

gluedatabrew_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

[required] The DataBrew resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN). For DataBrew, you can tag a dataset, a job, a project, or a recipe.

Tags

[required] One or more tags to be assigned to the resource.

Value

An empty list.

Request syntax

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