Correct Answer – A, C, E
Parameters within an AWS CloudFormation Template allow to input custom values while creating or updating a stack. Supported data types for Parameters are as follows.
· String
· Number
· List
· CommaDelimitedList
· AWS-Specific Parameter Types
· SSM Parameter Types
Options B & D are incorrect as they are not the supported Data Types for Parameters in CloudFormation Templates.
For more information on Parameters in AWS CloudFormation Templates, refer to the following URL-
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/parameters-section-structure.html