AWS::Connect::EvaluationForm EvaluationFormQuestion
Information about a question from an evaluation form.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Instructions" :String, "NotApplicableEnabled" :Boolean, "QuestionType" :String, "QuestionTypeProperties" :EvaluationFormQuestionTypeProperties, "RefId" :String, "Title" :String, "Weight" :Double}
YAML
Instructions:StringNotApplicableEnabled:BooleanQuestionType:StringQuestionTypeProperties:EvaluationFormQuestionTypePropertiesRefId:StringTitle:StringWeight:Double
Properties
Instructions-
The instructions of the section.
Length Constraints: Minimum length of 0. Maximum length of 1024.
Required: No
Type: String
Update requires: No interruption
NotApplicableEnabled-
The flag to enable not applicable answers to the question.
Required: No
Type: Boolean
Update requires: No interruption
QuestionType-
The type of the question.
Allowed values:
NUMERIC|SINGLESELECT|TEXTRequired: Yes
Type: String
Update requires: No interruption
QuestionTypeProperties-
The properties of the type of question. Text questions do not have to define question type properties.
Required: No
Type: EvaluationFormQuestionTypeProperties
Update requires: No interruption
RefId-
The identifier of the question. An identifier must be unique within the evaluation form.
Length Constraints: Minimum length of 1. Maximum length of 40.
Required: Yes
Type: String
Update requires: No interruption
Title-
The title of the question.
Length Constraints: Minimum length of 1. Maximum length of 350.
Required: Yes
Type: String
Update requires: No interruption
Weight-
The scoring weight of the section.
Minimum: 0
Maximum: 100
Required: No
Type: Double
Update requires: No interruption