Tag Resource
route53profiles_tag_resource | R Documentation |
Adds one or more tags to a specified resource¶
Description¶
Adds one or more tags to a specified resource.
Usage¶
route53profiles_tag_resource(ResourceArn, Tags)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) for the resource that you want to add tags to. |
Tags |
[required] The tags that you want to add to the specified resource. |
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
ResourceArn = "string",
Tags = list(
"string"
)
)