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 EvaluationFormNumericQuestionOption
Information about the option range used for scoring in numeric questions.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AutomaticFail" :Boolean, "AutomaticFailConfiguration" :AutomaticFailConfiguration, "MaxValue" :Integer, "MinValue" :Integer, "Score" :Integer}
YAML
AutomaticFail:BooleanAutomaticFailConfiguration:AutomaticFailConfigurationMaxValue:IntegerMinValue:IntegerScore:Integer
Properties
AutomaticFail-
The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
Required: No
Type: Boolean
Update requires: No interruption
AutomaticFailConfigurationProperty description not available.
Required: No
Type: AutomaticFailConfiguration
Update requires: No interruption
MaxValue-
The maximum answer value of the range option.
Required: Yes
Type: Integer
Update requires: No interruption
MinValue-
The minimum answer value of the range option.
Required: Yes
Type: Integer
Update requires: No interruption
Score-
The score assigned to answer values within the range option.
Minimum: 0
Maximum: 10
Required: No
Type: Integer
Minimum:
0Maximum:
10Update requires: No interruption