-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Document default values for CloudFormation properties #1239
Comments
Thank you. As @rob3c wrote in #272 (comment):
There's clearly a single source-of-truth for default values of CloudFormation properties in the code that implements each CFN entity, but somehow… The Markdown documentation in this repository consistently has these default values wiped out when it's regenerated… even after end-users take the effort to manually add the default values from other sources (which is what happened after I contributed some of these in #767). What we're ultimately asking for here is for the maintainers to ensure that the docs in this repository, which are apparently auto-generated from some underlying source, include all of the default values for all optional CFN properties everywhere whenever they're regenerated. |
You're right, @mnapoli, my statement was wrong. In #767 (comment), I explained how I went around hunting for the default values of these parameters, but I found them in human-written blog posts about new features, rather than in the (also auto-generated?) HTML docs. |
Closing this issue or pull request in advance of archiving this repo. For more information about the decision to archive this repo (and others in the "awsdocs" org), see the announcement on the AWS News Blog. |
This is a follow-up of #272 which was closed without being fixed.
The CloudFormation documentation documents whether a property is required, but it doesn't document the default value when the property is not set.
It would be much more useful to know what the default value is for each optional property.
The text was updated successfully, but these errors were encountered: