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