Skip to content

List Tags For Resource

pcaconnectorad_list_tags_for_resource R Documentation

Lists the tags, if any, that are associated with your resource

Description

Lists the tags, if any, that are associated with your resource.

Usage

pcaconnectorad_list_tags_for_resource(ResourceArn)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) that was returned when you created the resource.

Value

A list with the following syntax:

list(
  Tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  ResourceArn = "string"
)