codeguruprofiler_tag_resource {paws.developer.tools} | R Documentation |
Use to assign one or more tags to a resource
Description
Use to assign one or more tags to a resource.
See https://www.paws-r-sdk.com/docs/codeguruprofiler_tag_resource/ for full documentation.
Usage
codeguruprofiler_tag_resource(resourceArn, tags)
Arguments
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource that the tags are added to. |
tags |
[required] The list of tags that are added to the specified resource. |
[Package paws.developer.tools version 0.9.0 Index]