CloudFormation template format version syntax (original) (raw)
The AWSTemplateFormatVersion
section (optional) identifies the template format version that the template conforms to. The latest template format version is2010-09-09
and is currently the only valid value.
The template format version isn't the same as the API version. The template format version can change independently of the API versions.
The value for the template format version declaration must be a literal string. You can't use a parameter or function to specify the template format version. If you don't specify a value, CloudFormation assumes the latest template format version. The following snippet is an example of a valid template format version declaration:
JSON
"AWSTemplateFormatVersion" : "2010-09-09"
YAML
AWSTemplateFormatVersion: 2010-09-09
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.