AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Connect::EvaluationForm

CfnEvaluationForm

Creates an evaluation form for the specified Amazon Connect instance.

Import

import { CfnEvaluationForm } from 'aws-cdk-lib/aws-connect';

Or use the module namespace:

import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnEvaluationForm

Properties

Configuration passed to the constructor as CfnEvaluationFormProps.

instanceArnRequired
string | IInstanceRef

The identifier of the Amazon Connect instance.

itemsRequired
IResolvable | 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

statusRequired
string

The status of the evaluation form. *Allowed values* : `DRAFT` | `ACTIVE`

Default: - "DRAFT"

titleRequired
string

A title of the evaluation form.

autoEvaluationConfigurationOptional
IResolvable | AutoEvaluationConfigurationProperty

The automatic evaluation configuration of an evaluation form.

descriptionOptional
string

The description of the evaluation form. *Length Constraints* : Minimum length of 0. Maximum length of 1024.

languageConfigurationOptional
IResolvable | EvaluationFormLanguageConfigurationProperty

Configuration for language settings of this evaluation form.

reviewConfigurationOptional
IResolvable | EvaluationReviewConfigurationProperty

Configuration settings for evaluation reviews.

scoringStrategyOptional
IResolvable | ScoringStrategyProperty

A scoring strategy of the evaluation form.

tagsOptional
CfnTag[]

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

targetConfigurationOptional
IResolvable | EvaluationFormTargetConfigurationProperty

Configuration that specifies the target for this evaluation form.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter