AWS::Connect::EvaluationForm EvaluationFormScoreThreshold - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 }

Properties

MaxScorePercentage

The maximum score percentage for the performance category.

Required: No

Type: Number

Minimum: 0

Maximum: 100

Update requires: No interruption

MinScorePercentage

The minimum score percentage for the performance category.

Required: No

Type: Number

Minimum: 0

Maximum: 100

Update requires: No interruption

PerformanceCategory

The performance category name.

Required: Yes

Type: String

Allowed values: NEEDS_IMPROVEMENT | EXCEEDS_EXPECTATIONS

Update requires: No interruption