codedeploy_tag_resource {paws.developer.tools} | R Documentation |
Associates the list of tags in the input Tags parameter with the resource identified by the ResourceArn input parameter
Description
Associates the list of tags in the input Tags
parameter with the resource identified by the ResourceArn
input parameter.
See https://www.paws-r-sdk.com/docs/codedeploy_tag_resource/ for full documentation.
Usage
codedeploy_tag_resource(ResourceArn, Tags)
Arguments
ResourceArn |
[required] The ARN of a resource, such as a CodeDeploy application or deployment group. |
Tags |
[required] A list of tags that |
[Package paws.developer.tools version 0.7.0 Index]