Skip to content

List Tags For Resource

iamrolesanywhere_list_tags_for_resource R Documentation

Lists the tags attached to the resource

Description

Lists the tags attached to the resource.

Required permissions: rolesanywhere:ListTagsForResource.

Usage

iamrolesanywhere_list_tags_for_resource(resourceArn)

Arguments

resourceArn

[required] The 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"
)