AWS::Connect::EvaluationForm EvaluationFormQuestion
Information about a question from an evaluation form.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Instructions" :
String
, "NotApplicableEnabled" :Boolean
, "QuestionType" :String
, "QuestionTypeProperties" :EvaluationFormQuestionTypeProperties
, "RefId" :String
, "Title" :String
, "Weight" :Number
}
YAML
Instructions:
String
NotApplicableEnabled:Boolean
QuestionType:String
QuestionTypeProperties:EvaluationFormQuestionTypeProperties
RefId:String
Title:String
Weight:Number
Properties
Instructions
-
The instructions of the section.
Length Constraints: Minimum length of 0. Maximum length of 1024.
Required: No
Type: String
Maximum:
1024
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
|TEXT
Required: Yes
Type: String
Allowed values:
NUMERIC | SINGLESELECT | TEXT
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
Pattern:
^[a-zA-Z0-9._-]{1,40}$
Update requires: No interruption
Title
-
The title of the question.
Length Constraints: Minimum length of 1. Maximum length of 350.
Required: Yes
Type: String
Minimum:
1
Maximum:
350
Update requires: No interruption
Weight
-
The scoring weight of the section.
Minimum: 0
Maximum: 100
Required: No
Type: Number
Minimum:
0
Maximum:
100
Update requires: No interruption