Cloudformation expert,
Is it possible to be able to select multiple values from a dropdownlist in Cloudformation Template?
I tried something like this but it didn't work
pTypeOfAccountNeeded:
Default: "Tools, Sandbox, Dev, Test (QA), Preprod, Prod"
AllowedValues:
- "Tools"
- "Sandbox"
- "Dev"
Type: CommaDelimitedList