AWS::Connect::EvaluationForm EvaluationFormSingleSelectQuestionOption - 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).

AWS::Connect::EvaluationForm EvaluationFormSingleSelectQuestionOption

Information about the automation configuration in single select questions.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AutomaticFail" : Boolean, "RefId" : String, "Score" : Integer, "Text" : String }

YAML

AutomaticFail: Boolean RefId: String Score: Integer Text: String

Properties

AutomaticFail

The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.

Required: No

Type: Boolean

Update requires: No interruption

RefId

The identifier of the answer option. An identifier must be unique within the question.

Length Constraints: Minimum length of 1. Maximum length of 40.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9._-]{1,40}$

Update requires: No interruption

Score

The score assigned to the answer option.

Minimum: 0

Maximum: 10

Required: No

Type: Integer

Minimum: 0

Maximum: 10

Update requires: No interruption

Text

The title of the answer option.

Length Constraints: Minimum length of 1. Maximum length of 128.

Required: Yes

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption