View a markdown version of this page

AWS::Connect::EvaluationForm EvaluationFormMultiSelectQuestionOption - 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 EvaluationFormMultiSelectQuestionOption

An option for a multi-select question in an evaluation form.

Syntax

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

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

AutomaticFailConfiguration

Property description not available.

Required: No

Type: AutomaticFailConfiguration

Update requires: No interruption

PointsConfiguration

The points configuration for point-based scoring.

Required: No

Type: QuestionOptionPointsConfiguration

Update requires: No interruption

RefId

Reference identifier for this option.

Required: Yes

Type: String

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

Update requires: No interruption

Score

The score assigned to the answer option.

Required: No

Type: Integer

Minimum: 0

Maximum: 10

Update requires: No interruption

Text

Display text for this option.

Required: Yes

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption