Skip to content

List Tags For Resource

securityhub_list_tags_for_resource R Documentation

Returns a list of tags associated with a resource

Description

Returns a list of tags associated with a resource.

Usage

securityhub_list_tags_for_resource(ResourceArn)

Arguments

ResourceArn

[required] The ARN of the resource to retrieve tags for.

Value

A list with the following syntax:

list(
  Tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  ResourceArn = "string"
)