AWS Cloudformation parameter dependency

后端 未结 3 1058
天命终不由人
天命终不由人 2021-02-20 10:53

I\'m trying to do the following:

\"Parameters\": {
    \"InterfaceMode\" : {
        \"Description\": \"Configure instance to run in onearm or inline mode\",
           


        
3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-20 11:40

    I do not think there is a good solution to your problem. One thing that you could try is to use AWS::NoValue as default default value, but I doubt it will work.

提交回复
热议问题