CloudFormation template Description syntax - AWS CloudFormation (original) (raw)
The Description
section (optional) enables you to include a text string that describes the template. This section must always follow the template format version section.
The value for the description declaration must be a literal string that is between 0 and 1024 bytes in length. You cannot use a parameter or function to specify the description. The following snippet is an example of a description declaration:
Important
During a stack update, you cannot update the Description
section by itself. You can update it only when you include changes that add, modify, or delete resources.
JSON
"Description" : "Here are some details about the template."
YAML
Description: > Here are some details about the template.
Format version
Infrastructure Composer
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.