Skip to content

List Tags for Resource

codegurusecurity_list_tags_for_resource R Documentation

Returns a list of all tags associated with a scan

Description

Returns a list of all tags associated with a scan.

Usage

codegurusecurity_list_tags_for_resource(resourceArn)

Arguments

resourceArn

[required] The ARN of the ScanName object. You can retrieve this ARN by calling list_scans or get_scan.

Value

A list with the following syntax:

list(
  tags = list(
    "string"
  )
)

Request syntax

svc$list_tags_for_resource(
  resourceArn = "string"
)