CloudFormationでは、リストをどのように追加できますか?試してみました:CloudFormationでリストを追加する方法
!Join [ ",", [ !Ref ListParam, !Ref StringParam ]]
が、エラーが発生しました:
A client error (ValidationError) occurred when calling the
ValidateTemplate operation: Template error: every Fn::Join object
requires two parameters, (1) a string delimiter and (2) a list of
strings to be joined or a function that returns a list of strings
(such as Fn::GetAZs) to be joined.