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 |
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"
)
)