简体   繁体   中英

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. Is it possible to define its name or not?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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