Description - AWS CloudFormation

Description

Description 部分(可选)使您能够包含有关您的模板的评论。

描述声明的值必须是长度介于 0 和 1024 个字节之间的文字字符串。您无法使用参数或函数来指定描述。以下代码段是描述声明的示例:

重要

堆栈更新期间,您无法更新 Description 部分本身。您只能在包括添加、修改或删除资源的更改时更新它。

JSON

"Description" : "Here are some details about the template."

YAML

Description: > Here are some details about the template.