AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Metadata assigned to an Amazon RDS resource consisting of a key-value pair.
Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z
public class Tag
The Tag type exposes the following members
Name | Description | |
---|---|---|
![]() |
Tag() |
Name | Type | Description | |
---|---|---|---|
![]() |
Key | System.String |
Gets and sets the property Key. A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with "aws:" or "rds:". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"). |
![]() |
Value | System.String |
Gets and sets the property Value. A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with "aws:" or "rds:". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"). |
.NET Core App:
Supported in: 3.1
.NET Standard:
Supported in: 2.0, 1.3
.NET Framework:
Supported in: 4.5, 4.0, 3.5