Tag Resource
accessanalyzer_tag_resource | R Documentation |
Adds a tag to the specified resource¶
Description¶
Adds a tag to the specified resource.
Usage¶
accessanalyzer_tag_resource(resourceArn, tags)
Arguments¶
resourceArn |
[required] The ARN of the resource to add the tag to. |
tags |
[required] The tags to add to the resource. |
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
resourceArn = "string",
tags = list(
"string"
)
)