Skip to content

List Tags For Resource

controltower_list_tags_for_resource R Documentation

Returns a list of tags associated with the resource

Description

Returns a list of tags associated with the resource. For usage examples, see the Controls Reference Guide .

Usage

controltower_list_tags_for_resource(resourceArn)

Arguments

resourceArn

[required] The ARN of the resource.

Value

A list with the following syntax:

list(
  tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  resourceArn = "string"
)