Tag Resource
codegurusecurity_tag_resource | R Documentation |
Use to add one or more tags to an existing scan¶
Description¶
Use to add one or more tags to an existing scan.
Usage¶
codegurusecurity_tag_resource(resourceArn, tags)
Arguments¶
resourceArn |
[required] The ARN of the |
tags |
[required] An array of key-value pairs used to tag an existing scan. A tag is a custom attribute label with two parts:
|
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
resourceArn = "string",
tags = list(
"string"
)
)