This is the new 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 EvaluationFormQuestionScoringConfiguration
Scoring configuration for a question in an evaluation form.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "IsExcludedFromScoring" :Boolean, "PointsConfiguration" :QuestionPointsConfiguration, "ScoreThresholds" :[ EvaluationFormScoreThreshold, ... ]}
YAML
IsExcludedFromScoring:BooleanPointsConfiguration:QuestionPointsConfigurationScoreThresholds:- EvaluationFormScoreThreshold
Properties
IsExcludedFromScoring-
The flag to exclude the question from scoring.
Required: No
Type: Boolean
Update requires: No interruption
PointsConfiguration-
The points configuration for point-based scoring.
Required: No
Type: QuestionPointsConfiguration
Update requires: No interruption
ScoreThresholds-
The score thresholds for performance categories.
Required: No
Type: Array of EvaluationFormScoreThreshold
Update requires: No interruption