Skip to content

Untag Resource

codegurusecurity_untag_resource R Documentation

Use to remove one or more tags from an existing scan

Description

Use to remove one or more tags from an existing scan.

Usage

codegurusecurity_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

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

tagKeys

[required] A list of keys for each tag you want to remove from a scan.

Value

An empty list.

Request syntax

svc$untag_resource(
  resourceArn = "string",
  tagKeys = list(
    "string"
  )
)