This is the new AWS 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 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:StringItems:- EvaluationFormItemRefId:StringTitle:StringWeight:Number
Properties
Instructions-
The instructions of the section.
Required: No
Type: String
Maximum:
1024Update requires: No interruption
Items-
The items of the section.
Minimum: 1
Required: No
Type: Array of EvaluationFormItem
Minimum:
1Maximum:
200Update 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:
1Maximum:
128Update requires: No interruption
Weight-
The scoring weight of the section.
Minimum: 0
Maximum: 100
Required: No
Type: Number
Minimum:
0Maximum:
100Update requires: No interruption