drs_tag_resource {paws.developer.tools} | R Documentation |
Adds or overwrites only the specified tags for the specified Elastic Disaster Recovery resource or resources
Description
Adds or overwrites only the specified tags for the specified Elastic Disaster Recovery resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value.
See https://www.paws-r-sdk.com/docs/drs_tag_resource/ for full documentation.
Usage
drs_tag_resource(resourceArn, tags)
Arguments
resourceArn |
[required] ARN of the resource for which tags are to be added or updated. |
tags |
[required] Array of tags to be added or updated. |
[Package paws.developer.tools version 0.7.0 Index]