AWS::Connect::EvaluationForm EvaluationFormSection - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: String Items: - EvaluationFormItem RefId: String Title: String Weight: 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