Skip to content

List Tags For Resource

emrserverless_list_tags_for_resource R Documentation

Lists the tags assigned to the resources

Description

Lists the tags assigned to the resources.

Usage

emrserverless_list_tags_for_resource(resourceArn)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) that identifies the resource to list the tags for. Currently, the supported resources are Amazon EMR Serverless applications and job runs.

Value

A list with the following syntax:

list(
  tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  resourceArn = "string"
)