This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::CloudFront::Distribution Tag
A complex type that contains Tag key and Tag value.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
- Key
- 
                    A string that contains Tagkey.The string length should be between 1 and 128 characters. Valid characters include a-z,A-Z,0-9, space, and the special characters_ - . : / = + @.Required: Yes Type: String Update requires: No interruption 
- Value
- 
                    A string that contains an optional Tagvalue.The string length should be between 0 and 256 characters. Valid characters include a-z,A-Z,0-9, space, and the special characters_ - . : / = + @.Required: Yes Type: String Pattern: ([\p{L}\p{Z}\p{N}_.:/=+\-@]*)Minimum: 0Maximum: 256Update requires: No interruption