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 EvaluationFormNumericQuestionProperties
Information about properties for a numeric question in an evaluation form.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Automation" :EvaluationFormNumericQuestionAutomation, "MaxValue" :Integer, "MinValue" :Integer, "Options" :[ EvaluationFormNumericQuestionOption, ... ]}
YAML
Automation:EvaluationFormNumericQuestionAutomationMaxValue:IntegerMinValue:IntegerOptions:- EvaluationFormNumericQuestionOption
Properties
- Automation
- 
                    The automation properties of the numeric question. Required: No Type: EvaluationFormNumericQuestionAutomation Update requires: No interruption 
- MaxValue
- 
                    The maximum answer value. Required: Yes Type: Integer Update requires: No interruption 
- MinValue
- 
                    The minimum answer value. Required: Yes Type: Integer Update requires: No interruption 
- Options
- 
                    The scoring options of the numeric question. Required: No Type: Array of EvaluationFormNumericQuestionOption Minimum: 1Maximum: 10Update requires: No interruption