This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::DirectoryService::SimpleAD Tag
Metadata assigned to a directory consisting of a key-value pair.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
Properties
Key-
Required name of the tag. The string value can be Unicode characters and cannot be prefixed with "aws:". The string can contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-', ':', '@'(Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
Required: Yes
Type: String
Minimum:
1Maximum:
128Update requires: No interruption
Value-
The optional value of the tag. The string value can be Unicode characters. The string can contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-', ':', '@' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
Required: Yes
Type: String
Minimum:
0Maximum:
256Update requires: No interruption