View source: R/drs_operations.R
drs_tag_resource | R Documentation |
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.
drs_tag_resource(resourceArn, tags)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.