説明
Description
セクション (任意) には、テンプレートに関するコメントを含めることができます。Description
は、AWSTemplateFormatVersion
セクションの後に記述する必要があります。
説明の宣言の値は、長さ 0 ~ 1024 バイトのリテラル文字列である必要があります。説明の指定には、パラメーターまたは機能を使用できません。次のスニペットは、説明の宣言の例です。
JSON
"Description" : "Here are some details about the template."
YAML
Description: > Here are some details about the template.