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 Amazon CloudFormation template, use the following syntax:
JSON
{ "Instructions" :String, "Items" :[ EvaluationFormItem, ... ], "RefId" :String, "Title" :String, "Weight" :Double}
YAML
Instructions:StringItems:- EvaluationFormItemRefId:StringTitle:StringWeight:Double
Properties
Instructions-
The instructions of the section.
Required: No
Type: String
Update requires: No interruption
Items-
The items of the section.
Minimum: 1
Required: No
Type: List of EvaluationFormItem
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
Update requires: No interruption
Title-
The title of the section.
Length Constraints: Minimum length of 1. Maximum length of 128.
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