codedeploy_add_tags_to_on_premises_instances {paws.developer.tools} | R Documentation |
Adds tags to on-premises instances
Description
Adds tags to on-premises instances.
See https://www.paws-r-sdk.com/docs/codedeploy_add_tags_to_on_premises_instances/ for full documentation.
Usage
codedeploy_add_tags_to_on_premises_instances(tags, instanceNames)
Arguments
tags |
[required] The tag key-value pairs to add to the on-premises instances. Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed. |
instanceNames |
[required] The names of the on-premises instances to which to add tags. |
[Package paws.developer.tools version 0.7.0 Index]