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 EvaluationFormItem
Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Question" :EvaluationFormQuestion, "Section" :EvaluationFormSection}
Properties
Question-
The information of the question.
Required: No
Type: EvaluationFormQuestion
Update requires: No interruption
Section-
The information of the section.
Required: No
Type: EvaluationFormSection
Update requires: No interruption