Skip to content

List Tags For Resource

gluedatabrew_list_tags_for_resource R Documentation

Lists all the tags for a DataBrew resource

Description

Lists all the tags for a DataBrew resource.

Usage

gluedatabrew_list_tags_for_resource(ResourceArn)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) string that uniquely identifies the DataBrew resource.

Value

A list with the following syntax:

list(
  Tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  ResourceArn = "string"
)