Tag Resource
telconetworkbuilder_tag_resource | R Documentation |
Tags an AWS TNB resource¶
Description¶
Tags an AWS TNB resource.
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
Usage¶
telconetworkbuilder_tag_resource(resourceArn, tags)
Arguments¶
resourceArn |
[required] Resource ARN. |
tags |
[required] A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs. |
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
resourceArn = "string",
tags = list(
"string"
)
)