Skip to content

List Tags For Resource

licensemanager_list_tags_for_resource R Documentation

Lists the tags for the specified resource

Description

Lists the tags for the specified resource. For more information about tagging support in License Manager, see the tag_resource operation.

Usage

licensemanager_list_tags_for_resource(ResourceArn)

Arguments

ResourceArn

[required] Amazon Resource Name (ARN) of the resource.

Value

A list with the following syntax:

list(
  Tags = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)

Request syntax

svc$list_tags_for_resource(
  ResourceArn = "string"
)