AWS SDK for .NET Documentation
Tag Class
AmazonAmazon.RDS.ModelTag Did this page help you?   Yes   No    Tell us about it...

Metadata assigned to an Amazon RDS resource consisting of a key-value pair.

Declaration Syntax
C#
public class Tag
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Tag()()()()
Initializes a new instance of the Tag class

Equals(Object)
Determines whether the specified Object is equal to the current 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

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)