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

Information about properties for a question in an evaluation form. The question type properties must be either for a numeric question or a single select question.

Syntax

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

Properties

MultiSelect

Properties for multi-select question types.

Required: No

Type: EvaluationFormMultiSelectQuestionProperties

Update requires: No interruption

Numeric

The properties of the numeric question.

Required: No

Type: EvaluationFormNumericQuestionProperties

Update requires: No interruption

SingleSelect

The properties of the numeric question.

Required: No

Type: EvaluationFormSingleSelectQuestionProperties

Update requires: No interruption

Text

The properties of the text question.

Required: No

Type: EvaluationFormTextQuestionProperties

Update requires: No interruption