
add-tags-to-resource
********************


DESCRIPTION
===========

Adds metadata tags to a DB Instance. These tags can also be used with
cost allocation reporting to track cost associated with a DB Instance.

For an overview on tagging DB Instances, see DB Instance Tags.


SYNOPSIS
========

   aws rds add-tags-to-resource
     --resource-name <value>
     --tags <value>


REQUIRED PARAMETERS
===================

"--resource-name"  (string)
   The DB Instance the tags will be added to.

"--tags"  (list)
   The tags to be assigned to the DB Instance.

      (structure)
         Metadata assigned to a DB Instance consisting of a key-value
         pair.

         "value"  (string)
            A value is the optional value of the tag. The string value
            can be from 1 to 256 Unicode characters in length and
            cannot be prefixed with "aws:". The string may only
            contain only the set of Unicode letters, digits, white-
            space, '_', '.', '/', '=', '+', '-' (Java regex:
            "^([\p{L}\p{Z}\p{N}_.:/=+\-]*)$").

         "key"  (string)
            A key is the required name of the tag. The string value
            can be from 1 to 128 Unicode characters in length and
            cannot be prefixed with "aws:". The string may only
            contain only the set of Unicode letters, digits, white-
            space, '_', '.', '/', '=', '+', '-' (Java regex:
            "^([\p{L}\p{Z}\p{N}_.:/=+\-]*)$").

   *Parameter Syntax*

      [
        {
          "value": "string",
          "key": "string"
        }
        ...
      ]


OPTIONAL PARAMETERS
===================

None
