Skip to content

List Tags For Resource

panorama_list_tags_for_resource R Documentation

Returns a list of tags for a resource

Description

Returns a list of tags for a resource.

Usage

panorama_list_tags_for_resource(ResourceArn)

Arguments

ResourceArn

[required] The resource's ARN.

Value

A list with the following syntax:

list(
  Tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  ResourceArn = "string"
)