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 EvaluationFormScoreThreshold
Information about a score threshold for a performance category.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "MaxScorePercentage" :Number, "MinScorePercentage" :Number, "PerformanceCategory" :String}
YAML
MaxScorePercentage:NumberMinScorePercentage:NumberPerformanceCategory:String
Properties
MaxScorePercentage-
The maximum score percentage for the performance category.
Required: No
Type: Number
Minimum:
0Maximum:
100Update requires: No interruption
MinScorePercentage-
The minimum score percentage for the performance category.
Required: No
Type: Number
Minimum:
0Maximum:
100Update requires: No interruption
PerformanceCategory-
The performance category name.
Required: Yes
Type: String
Allowed values:
NEEDS_IMPROVEMENT | EXCEEDS_EXPECTATIONSUpdate requires: No interruption