gpt4 book ai didi

aws-cloudformation - 我可以使用 CloudFormation 中的映射来定义参数吗?

转载 作者:行者123 更新时间:2023-12-03 07:41:59 24 4
gpt4 key购买 nike

这是我的模板的重要部分:

Parameters:

EnvType:
Description: Environment type.
Type: String
AllowedValues:
- prod
- test

Mappings:
EnvDomain:
Primary:
prod: "prodexample.com"
test: "testexample.com"

我的问题是我可以添加一个具有由映射定义的值的参数(当然是在“参数:”下)吗?它看起来像这样:

  DomainName:
Type: String
Default: !FindInMap ["EnvDomain", "Primary", "${EnvType}"

我不确定如何 !Sub 那里的 EnvType,可以使用 !join 或者这甚至可能吗?

最佳答案

The question I have is can I add a parameter (under "Parameters:" of course) that has a value defined by Mappings?

遗憾的是,你不能这样做。 不支持此类功能。

关于aws-cloudformation - 我可以使用 CloudFormation 中的映射来定义参数吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64558909/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com