如何在 CloudFormation 模板中定义嵌套堆栈的名称?

How to define the name for a nested stack in CloudFormation template?

当在另一个堆栈中创建嵌套堆栈时,它获得的名称如下:

<name-of-the-parent-stack>-<resource-name>-<UUID>

有什么不好看的。同时,我找不到可以指定所需名称的“AWS::CloudFormation::Stack”类型的任何 属性。是否可以定义其名称?

很遗憾,没有其他选择。