AWS::Connect::EvaluationForm EvaluationFormSection
Information about a section from an evaluation form. A section can contain sections and/or questions. Evaluation forms can only contain sections and subsections (two level nesting).
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Instructions" :
String
, "Items" :[ EvaluationFormItem, ... ]
, "RefId" :String
, "Title" :String
, "Weight" :Number
}
YAML
Instructions:
String
Items:- EvaluationFormItem
RefId:String
Title:String
Weight:Number
Properties
Instructions
-
The instructions of the section.
Required: No
Type: String
Maximum:
1024
Update requires: No interruption
Items
-
The items of the section.
Minimum: 1
Required: No
Type: Array of EvaluationFormItem
Minimum:
1
Maximum:
200
Update requires: No interruption
RefId
-
The identifier of the section. 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 section.
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: Yes
Type: String
Minimum:
1
Maximum:
128
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