Convert a CommaDelimitedList parameter into an array of Certificates #149
Unanswered
HasanAouzoun
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I am look to have a CommaDelimitedList parameter that contains a list of SSL certificate ARNs. Then use it in my ListenerCertificate resource. Something like this:
However, I get this error in cloudformation:
"Transform AWS::LanguageExtensions failed with: Duplicate key 'CertificateArn' when merging keys to parent object in Fn::ForEach"
Is it possible to use the ForEach function to create a list of objects?
Beta Was this translation helpful? Give feedback.
All reactions