AWS::ServiceCatalog::CloudFormationProduct Tag
Information about a tag. A tag is a key-value pair. Tags are propagated to the resources created when provisioning a product.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
Key
-
The tag key.
Required: Yes
Type: String
Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
Minimum:
1
Maximum:
128
Update requires: No interruption
Value
-
The value for this key.
Required: Yes
Type: String
Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
Minimum:
1
Maximum:
256
Update requires: No interruption