View a markdown version of this page

AWS::Connect::EvaluationForm EvaluationFormScoreThreshold - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::Connect::EvaluationForm EvaluationFormScoreThreshold

Information about a score threshold for a performance category.

Syntax

To declare this entity in your Amazon 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