Tag Resource
controltower_tag_resource | R Documentation |
Applies tags to a resource¶
Description¶
Applies tags to a resource. For usage examples, see the Controls Reference Guide .
Usage¶
controltower_tag_resource(resourceArn, tags)
Arguments¶
resourceArn |
[required] The ARN of the resource to be tagged. |
tags |
[required] Tags to be applied to the resource. |
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
resourceArn = "string",
tags = list(
"string"
)
)