简体   繁体   English

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

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

When the nested stack is created within another stack, it obtains the name like: 在另一个堆栈中创建嵌套堆栈时,它获得的名称如下:

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

what doesn't look nice. 看起来不太好。 Meantime I can not find any property of the " AWS::CloudFormation::Stack " type where I could specify the desired name. 同时,我找不到可以指定所需名称的“ AWS :: CloudFormation :: Stack ”类型的任何属性。 Is it possible to define its name or not? 是否可以定义其名称?

不幸的是,没有其他选择。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM