This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Connect::EvaluationForm EvaluationFormSingleSelectQuestionProperties
Information about the options in single select questions.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Automation" :EvaluationFormSingleSelectQuestionAutomation, "DisplayAs" :String, "Options" :[ EvaluationFormSingleSelectQuestionOption, ... ]}
YAML
Automation:EvaluationFormSingleSelectQuestionAutomationDisplayAs:StringOptions:- EvaluationFormSingleSelectQuestionOption
Properties
Automation-
The display mode of the single select question.
Required: No
Type: EvaluationFormSingleSelectQuestionAutomation
Update requires: No interruption
DisplayAs-
The display mode of the single select question.
Allowed values:
DROPDOWN|RADIORequired: No
Type: String
Allowed values:
DROPDOWN | RADIOUpdate requires: No interruption
Options-
The answer options of the single select question.
Minimum: 2
Maximum: 256
Required: Yes
Type: Array of EvaluationFormSingleSelectQuestionOption
Minimum:
2Maximum:
256Update requires: No interruption