我正在尝试创建一个CloudFormation模板,它将部署Lambda函数,我需要安全选项作为可选参数。不幸的是,我需要它在CLI中工作,因为我将使用CodeBuild调用和部署该模板的资源。以下是相关参数: "Type" : "CommaDelimitedList",
"Description" : "A list of one or{"Fn::
我已经创建了一个参数: .. Description: "Provide a list .."Type: CommaDelimitedList现在我想引用这个列表(它将解析为"test1","test2",..)来自我的cloudformationlogstashUserKey.SecretAccessKey}"
region =
我正在尝试将一些参数传递给嵌套堆栈。Parameters: Description: The array of Subnet IDs assigned to the lambdas Description: The array of Security Groups Assigned to the lambda functions
Type: CommaDelimitedList使用这