View a markdown version of this page

AWS::Connect::EvaluationForm EvaluationFormScoreThreshold - AWS CloudFormation

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