Metadata assigned to an Amazon RDS resource consisting of a key-value pair.
 Declaration Syntax
 Declaration Syntax| C# | 
public class Tag
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | Tag()()()() | Initializes a new instance of the Tag class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Key | 
            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:"
            or "rds:". The string may only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex:
            "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Value | 
            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:" or "rds:". The string may only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java
            regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
             
             | 
|  | WithKey(String) | Obsolete. 
            Sets the Key property
             | 
|  | WithValue(String) | Obsolete. 
            Sets the Value property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Tag |