Tag Resource schemas_tag_resource R Documentation Add tags to a resource¶ Description¶ Add tags to a resource. Usage¶ schemas_tag_resource(ResourceArn, Tags) Arguments¶ ResourceArn [required] The ARN of the resource. Tags [required] Tags associated with the resource. Value¶ An empty list. Request syntax¶ svc$tag_resource( ResourceArn = "string", Tags = list( "string" ) )