Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-connect-evaluationform.json
Parent schema serverless-framework-configuration
Type: object

Resource Type definition for AWS::Connect::EvaluationForm. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-connect

Properties

Title string | Aws_CF_FunctionString required

The title of the evaluation form.

InstanceArn string | Aws_CF_FunctionString required

The Amazon Resource Name (ARN) of the instance.

Items EvaluationFormBaseItem[] required

The list of evaluation form items.

minItems=1maxItems=200
Status string | Aws_CF_FunctionString required

The status of the evaluation form.

Description string | Aws_CF_FunctionString

The description of the evaluation form.

ScoringStrategy object

The scoring strategy.

2 nested properties
Mode string | Aws_CF_FunctionString required

The scoring mode.

Status string | Aws_CF_FunctionString required

The scoring status.

Tags Tag[]

One or more tags.

maxItems=50uniqueItems=true

Definitions

RefId string | Aws_CF_FunctionString

The identifier to reference the item.

Weight number

The item weight used for scoring.

Score integer

The score of an answer option.

EvaluationFormBaseItem object

The evaluation form base item.

Section object required

The evaluation form section.

5 nested properties
Title string | Aws_CF_FunctionString required

The title of the section.

RefId string | Aws_CF_FunctionString required

The identifier to reference the item.

Instructions string | Aws_CF_FunctionString

The instructions for the section.

The list of section items.

minItems=1maxItems=200
Weight number

The item weight used for scoring.

min=0max=100
EvaluationFormItem object

The evaluation form item.

Section object

The evaluation form section.

5 nested properties
Title string | Aws_CF_FunctionString required

The title of the section.

RefId string | Aws_CF_FunctionString required

The identifier to reference the item.

Instructions string | Aws_CF_FunctionString

The instructions for the section.

The list of section items.

minItems=1maxItems=200
Weight number

The item weight used for scoring.

min=0max=100
Question object

The evaluation form question.

7 nested properties
Title string | Aws_CF_FunctionString required

The title of the question.

RefId string | Aws_CF_FunctionString required

The identifier to reference the item.

QuestionType string | Aws_CF_FunctionString required

The type of the question.

Instructions string | Aws_CF_FunctionString

The instructions for the question.

NotApplicableEnabled boolean

The flag to enable not applicable answers to the question.

QuestionTypeProperties object

The properties of the question.

2 nested properties
Numeric object

The properties of the numeric question.

SingleSelect object

The properties of the single-select question.

Weight number

The item weight used for scoring.

min=0max=100
EvaluationFormSection object

The evaluation form section.

Title string | Aws_CF_FunctionString required

The title of the section.

RefId string | Aws_CF_FunctionString required

The identifier to reference the item.

Instructions string | Aws_CF_FunctionString

The instructions for the section.

The list of section items.

minItems=1maxItems=200
Weight number

The item weight used for scoring.

min=0max=100
EvaluationFormNumericQuestionOption object

The option ranges used for scoring in numeric questions.

MinValue integer required

The minimum value of the option range.

MaxValue integer required

The maximum value of the option range.

Score integer

The score of an answer option.

min=0max=10
AutomaticFail boolean

The flag to mark the option as automatic fail.

NumericQuestionPropertyValueAutomation object

The automation property name of the question.

Label string | Aws_CF_FunctionString required

The automation property label.

EvaluationFormNumericQuestionAutomation object

The automation properties for the numeric question.

PropertyValue object required

The automation property name of the question.

1 nested properties
Label string | Aws_CF_FunctionString required

The automation property label.

EvaluationFormNumericQuestionProperties object

The properties of the numeric question.

MinValue integer required

The minimum value for answers of the question.

MaxValue integer required

The maximum value for answers of the question.

The list of option ranges used for scoring.

minItems=1maxItems=10
Automation object

The automation properties for the numeric question.

1 nested properties
PropertyValue object required

The automation property name of the question.

1 nested properties
Label string | Aws_CF_FunctionString required

The automation property label.

EvaluationFormSingleSelectQuestionAutomationOption object

The automation option for the single-select question.

RuleCategory object required

The automation option based on Rules categories.

3 nested properties
Category string | Aws_CF_FunctionString required

The category name as defined in Rules.

Condition string | Aws_CF_FunctionString required

The automation condition applied on contact categories.

OptionRefId string | Aws_CF_FunctionString required

The identifier to reference the item.

SingleSelectQuestionRuleCategoryAutomation object

The automation option based on Rules categories.

Category string | Aws_CF_FunctionString required

The category name as defined in Rules.

Condition string | Aws_CF_FunctionString required

The automation condition applied on contact categories.

OptionRefId string | Aws_CF_FunctionString required

The identifier to reference the item.

EvaluationFormSingleSelectQuestionAutomation object

The automation properties for the single-select question.

The answer options for the automation.

minItems=1maxItems=20
DefaultOptionRefId string | Aws_CF_FunctionString

The identifier to reference the item.

EvaluationFormSingleSelectQuestionOption object

The option for a question.

RefId string | Aws_CF_FunctionString required

The identifier to reference the item.

Text string | Aws_CF_FunctionString required

The title of the option.

Score integer

The score of an answer option.

min=0max=10
AutomaticFail boolean

The flag to mark the option as automatic fail.

EvaluationFormSingleSelectQuestionProperties object

The properties of the single-select question.

The list of options for the question.

minItems=2maxItems=256
DisplayAs string | Aws_CF_FunctionString

The display mode of the single-select question.

Automation object

The automation properties for the single-select question.

2 nested properties

The answer options for the automation.

minItems=1maxItems=20
DefaultOptionRefId string | Aws_CF_FunctionString

The identifier to reference the item.

EvaluationFormQuestionTypeProperties object

The properties of the question.

Numeric object

The properties of the numeric question.

4 nested properties
MinValue integer required

The minimum value for answers of the question.

MaxValue integer required

The maximum value for answers of the question.

The list of option ranges used for scoring.

minItems=1maxItems=10
Automation object

The automation properties for the numeric question.

1 nested properties
PropertyValue object required

The automation property name of the question.

SingleSelect object

The properties of the single-select question.

3 nested properties

The list of options for the question.

minItems=2maxItems=256
DisplayAs string | Aws_CF_FunctionString

The display mode of the single-select question.

Automation object

The automation properties for the single-select question.

2 nested properties

The answer options for the automation.

minItems=1maxItems=20
DefaultOptionRefId string | Aws_CF_FunctionString

The identifier to reference the item.

EvaluationFormQuestion object

The evaluation form question.

Title string | Aws_CF_FunctionString required

The title of the question.

RefId string | Aws_CF_FunctionString required

The identifier to reference the item.

QuestionType string | Aws_CF_FunctionString required

The type of the question.

Instructions string | Aws_CF_FunctionString

The instructions for the question.

NotApplicableEnabled boolean

The flag to enable not applicable answers to the question.

QuestionTypeProperties object

The properties of the question.

2 nested properties
Numeric object

The properties of the numeric question.

4 nested properties
MinValue integer required

The minimum value for answers of the question.

MaxValue integer required

The maximum value for answers of the question.

The list of option ranges used for scoring.

minItems=1maxItems=10
Automation object

The automation properties for the numeric question.

SingleSelect object

The properties of the single-select question.

3 nested properties

The list of options for the question.

minItems=2maxItems=256
DisplayAs string | Aws_CF_FunctionString

The display mode of the single-select question.

Automation object

The automation properties for the single-select question.

Weight number

The item weight used for scoring.

min=0max=100
ScoringStrategy object

The scoring strategy.

Mode string | Aws_CF_FunctionString required

The scoring mode.

Status string | Aws_CF_FunctionString required

The scoring status.

Tag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string | Aws_CF_FunctionString required

The value for the tag. You can specify a value that's 1 to 256 characters in length.