gpt4 book ai didi

aws-cloudformation - Cloudformation 嵌套函数 EC2 Image Builder

转载 作者:行者123 更新时间:2023-12-03 07:42:47 25 4
gpt4 key购买 nike

Parameters:
arn:
Type:String
Description: Add comp arn as comma delimited string


Resources:
Type: AWS::ImageBuilder::ImageRecipe
Properties:
BlockDeviceMappings:
- InstanceBlockDeviceMapping
Components:
- ComponentArn:"arn"
- ComponentArn:"arn"
Description: String
Name: String
ParentImage: String
Tags:
Key : Value
Version: String

我正在尝试将参数值(arn)传递给堆栈中的 ComponentArn 键。问题是我需要将参数值作为逗号分隔的字符串。我不知道如何在这里拆分和添加它。

最佳答案

为此,您可以使用 CommaDelimitedList参数类型。

Parameters:
arn:
Type: CommaDelimitedList
Description: Add comp arn as comma delimited string

然后您可以使用 Select 引用列表中的各个元素网

关于aws-cloudformation - Cloudformation 嵌套函数 EC2 Image Builder,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61940080/

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