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¶
Arguments¶
resourceArn
[required] The ARN of the
ScanName
object. You can retrieve this ARN by callingcreate_scan
,list_scans
, orget_scan
.tagKeys
[required] A list of keys for each tag you want to remove from a scan.
Value¶
An empty list.