Skip to content

List Tags for Resource

entityresolution_list_tags_for_resource R Documentation

Displays the tags associated with an Entity Resolution resource

Description

Displays the tags associated with an Entity Resolution resource. In Entity Resolution, SchemaMapping, and MatchingWorkflow can be tagged.

Usage

entityresolution_list_tags_for_resource(resourceArn)

Arguments

resourceArn

[required] The ARN of the resource for which you want to view tags.

Value

A list with the following syntax:

list(
  tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  resourceArn = "string"
)