CloudFormation 模板中元数据部分的用途是什么?

What's the purpose of the Metadata section in a CloudFormation Template?

AWS 在 this doc 中描述了 CloudFormation 模板的整体剖析。 它声明 Metadata 部分是一个 JSON 对象,它提供有关模板的附加信息。
this doc 中,我们可以看到唯一提供的使用元数据部分的示例是:

问题是我们真的可以在模板元数据部分中 任意 JSON 吗?如果是这样,它的目的是什么?

注意:问题不是关于资源元数据,而是关于模板元数据部分。

cloud-formation designer UI 在该区域使用 AWS::CloudFormation::Designer 来存储额外的演示数据。

其他生成和修改模板的第三方工具可以使用模板元数据来存储附加信息 and/or 状态。