AWS::Connect::EvaluationFormCreates an evaluation form for the specified Amazon Connect instance.
import { CfnEvaluationForm } from 'aws-cdk-lib/aws-connect';Or use the module namespace:
import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnEvaluationFormConfiguration passed to the constructor as CfnEvaluationFormProps.
instanceArnRequiredstring | IInstanceRefThe identifier of the Amazon Connect instance.
itemsRequiredIResolvable | IResolvable | EvaluationFormBaseItemProperty[]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. *Minimum size* : 1 *Maximum size* : 100
statusRequiredstringThe status of the evaluation form. *Allowed values* : `DRAFT` | `ACTIVE`
Default: - "DRAFT"
titleRequiredstringA title of the evaluation form.
autoEvaluationConfigurationOptionalIResolvable | AutoEvaluationConfigurationPropertyThe automatic evaluation configuration of an evaluation form.
descriptionOptionalstringThe description of the evaluation form. *Length Constraints* : Minimum length of 0. Maximum length of 1024.
languageConfigurationOptionalIResolvable | EvaluationFormLanguageConfigurationPropertyConfiguration for language settings of this evaluation form.
reviewConfigurationOptionalIResolvable | EvaluationReviewConfigurationPropertyConfiguration settings for evaluation reviews.
scoringStrategyOptionalIResolvable | ScoringStrategyPropertyA scoring strategy of the evaluation form.
tagsOptionalCfnTag[]The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
targetConfigurationOptionalIResolvable | EvaluationFormTargetConfigurationPropertyConfiguration that specifies the target for this evaluation form.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-connectAWS::Connect::EvaluationForm