gluedatabrew_tag_resource {paws.analytics}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.

See https://www.paws-r-sdk.com/docs/gluedatabrew_tag_resource/ for full documentation.

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.


[Package paws.analytics version 0.9.0 Index]