Class CfnEvaluationFormPropsMixin
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.Mixin
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnEvaluationFormPropsMixin
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IMixin
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:57.550Z")
@Stability(Stable)
public class CfnEvaluationFormPropsMixin
extends Mixin
implements software.constructs.IMixin
Creates an evaluation form for the specified Amazon Connect instance.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.connect.*;
import software.amazon.awscdk.*;
EvaluationFormSectionProperty evaluationFormSectionProperty_;
IMergeStrategy mergeStrategy;
CfnEvaluationFormPropsMixin cfnEvaluationFormPropsMixin = CfnEvaluationFormPropsMixin.Builder.create(CfnEvaluationFormMixinProps.builder()
.autoEvaluationConfiguration(AutoEvaluationConfigurationProperty.builder()
.enabled(false)
.build())
.description("description")
.instanceArn("instanceArn")
.items(List.of(EvaluationFormBaseItemProperty.builder()
.section(EvaluationFormSectionProperty.builder()
.instructions("instructions")
.items(List.of(EvaluationFormItemProperty.builder()
.question(EvaluationFormQuestionProperty.builder()
.enablement(EvaluationFormItemEnablementConfigurationProperty.builder()
.action("action")
.condition(EvaluationFormItemEnablementConditionProperty.builder()
.operands(List.of(EvaluationFormItemEnablementConditionOperandProperty.builder()
.expression(EvaluationFormItemEnablementExpressionProperty.builder()
.comparator("comparator")
.source(EvaluationFormItemEnablementSourceProperty.builder()
.refId("refId")
.type("type")
.build())
.values(List.of(EvaluationFormItemEnablementSourceValueProperty.builder()
.refId("refId")
.type("type")
.build()))
.build())
.build()))
.operator("operator")
.build())
.defaultAction("defaultAction")
.build())
.instructions("instructions")
.notApplicableEnabled(false)
.questionType("questionType")
.questionTypeProperties(EvaluationFormQuestionTypePropertiesProperty.builder()
.multiSelect(EvaluationFormMultiSelectQuestionPropertiesProperty.builder()
.automation(EvaluationFormMultiSelectQuestionAutomationProperty.builder()
.answerSource(EvaluationFormQuestionAutomationAnswerSourceProperty.builder()
.sourceType("sourceType")
.build())
.defaultOptionRefIds(List.of("defaultOptionRefIds"))
.options(List.of(EvaluationFormMultiSelectQuestionAutomationOptionProperty.builder()
.ruleCategory(MultiSelectQuestionRuleCategoryAutomationProperty.builder()
.category("category")
.condition("condition")
.optionRefIds(List.of("optionRefIds"))
.build())
.build()))
.build())
.displayAs("displayAs")
.options(List.of(EvaluationFormMultiSelectQuestionOptionProperty.builder()
.refId("refId")
.text("text")
.build()))
.build())
.numeric(EvaluationFormNumericQuestionPropertiesProperty.builder()
.automation(EvaluationFormNumericQuestionAutomationProperty.builder()
.answerSource(EvaluationFormQuestionAutomationAnswerSourceProperty.builder()
.sourceType("sourceType")
.build())
.propertyValue(NumericQuestionPropertyValueAutomationProperty.builder()
.label("label")
.build())
.build())
.maxValue(123)
.minValue(123)
.options(List.of(EvaluationFormNumericQuestionOptionProperty.builder()
.automaticFail(false)
.automaticFailConfiguration(AutomaticFailConfigurationProperty.builder()
.targetSection("targetSection")
.build())
.maxValue(123)
.minValue(123)
.score(123)
.build()))
.build())
.singleSelect(EvaluationFormSingleSelectQuestionPropertiesProperty.builder()
.automation(EvaluationFormSingleSelectQuestionAutomationProperty.builder()
.answerSource(EvaluationFormQuestionAutomationAnswerSourceProperty.builder()
.sourceType("sourceType")
.build())
.defaultOptionRefId("defaultOptionRefId")
.options(List.of(EvaluationFormSingleSelectQuestionAutomationOptionProperty.builder()
.ruleCategory(SingleSelectQuestionRuleCategoryAutomationProperty.builder()
.category("category")
.condition("condition")
.optionRefId("optionRefId")
.build())
.build()))
.build())
.displayAs("displayAs")
.options(List.of(EvaluationFormSingleSelectQuestionOptionProperty.builder()
.automaticFail(false)
.automaticFailConfiguration(AutomaticFailConfigurationProperty.builder()
.targetSection("targetSection")
.build())
.refId("refId")
.score(123)
.text("text")
.build()))
.build())
.text(EvaluationFormTextQuestionPropertiesProperty.builder()
.automation(EvaluationFormTextQuestionAutomationProperty.builder()
.answerSource(EvaluationFormQuestionAutomationAnswerSourceProperty.builder()
.sourceType("sourceType")
.build())
.build())
.build())
.build())
.refId("refId")
.title("title")
.weight(123)
.build())
.section(evaluationFormSectionProperty_)
.build()))
.refId("refId")
.title("title")
.weight(123)
.build())
.build()))
.languageConfiguration(EvaluationFormLanguageConfigurationProperty.builder()
.formLanguage("formLanguage")
.build())
.reviewConfiguration(EvaluationReviewConfigurationProperty.builder()
.eligibilityDays(123)
.reviewNotificationRecipients(List.of(EvaluationReviewNotificationRecipientProperty.builder()
.type("type")
.value(EvaluationReviewNotificationRecipientValueProperty.builder()
.userId("userId")
.build())
.build()))
.build())
.scoringStrategy(ScoringStrategyProperty.builder()
.mode("mode")
.status("status")
.build())
.status("status")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.targetConfiguration(EvaluationFormTargetConfigurationProperty.builder()
.contactInteractionType("contactInteractionType")
.build())
.title("title")
.build())
.strategy(mergeStrategy)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceConfiguration information about automated evaluations.static interfaceInformation about automatic fail configuration for an evaluation form.static final classA fluent builder forCfnEvaluationFormPropsMixin.static interfaceAn item at the root level.static interfaceAn operand of the enablement condition.static interfaceA condition for item enablement.static interfaceAn item enablement configuration.static interfaceAn expression that defines a basic building block of conditional enablement.static interfaceAn enablement expression source item.static interfaceAn enablement expression source value.static interfaceItems that are part of the evaluation form.static interfaceLanguage configuration for an evaluation form.static interfaceAn automation option for a multi-select question.static interfaceAutomation configuration for multi-select questions.static interfaceAn option for a multi-select question in an evaluation form.static interfaceProperties for a multi-select question in an evaluation form.static interfaceInformation about the automation configuration in numeric questions.static interfaceInformation about the option range used for scoring in numeric questions.static interfaceInformation about properties for a numeric question in an evaluation form.static interfaceA question automation answer.static interfaceInformation about a question from an evaluation form.static interfaceInformation about properties for a question in an evaluation form.static interfaceInformation about a section from an evaluation form.static interfaceThe automation options of the single select question.static interfaceInformation about the automation configuration in single select questions.static interfaceInformation about the automation configuration in single select questions.static interfaceInformation about the options in single select questions.static interfaceConfiguration that specifies the target for an evaluation form.static interfaceInformation about the automation configuration in text questions.static interfaceInformation about properties for a text question in an evaluation form.static interfaceConfiguration settings for evaluation reviews.static interfaceInformation about a recipient who should be notified when an evaluation review is requested.static interfaceThe value information for an evaluation review notification recipient.static interfaceAutomation rule for multi-select questions based on rule categories.static interfaceInformation about the property value used in automation of a numeric questions.static interfaceA scoring strategy of the evaluation form.static interfaceInformation about the automation option based on a rule category for a single select question.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IMixin
software.constructs.IMixin.Jsii$Default, software.constructs.IMixin.Jsii$Proxy -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionCreate a mixin to apply properties toAWS::Connect::EvaluationForm.Create a mixin to apply properties toAWS::Connect::EvaluationForm.protectedCfnEvaluationFormPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnEvaluationFormPropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyTo(software.constructs.IConstruct construct) Apply the mixin properties to the construct.protected CfnEvaluationFormMixinPropsgetProps()protected IMergeStrategysupports(software.constructs.IConstruct construct) Check if this mixin supports the given construct.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_PROPERTY_KEYS
-
-
Constructor Details
-
CfnEvaluationFormPropsMixin
protected CfnEvaluationFormPropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
CfnEvaluationFormPropsMixin
protected CfnEvaluationFormPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnEvaluationFormPropsMixin
@Stability(Stable) public CfnEvaluationFormPropsMixin(@NotNull CfnEvaluationFormMixinProps props, @Nullable CfnPropertyMixinOptions options) Create a mixin to apply properties toAWS::Connect::EvaluationForm.- Parameters:
props- L1 properties to apply. This parameter is required.options- Mixin options.
-
CfnEvaluationFormPropsMixin
Create a mixin to apply properties toAWS::Connect::EvaluationForm.- Parameters:
props- L1 properties to apply. This parameter is required.
-
-
Method Details
-
applyTo
@Stability(Stable) public void applyTo(@NotNull software.constructs.IConstruct construct) Apply the mixin properties to the construct. -
supports
@Stability(Stable) @NotNull public Boolean supports(@NotNull software.constructs.IConstruct construct) Check if this mixin supports the given construct. -
getProps
-
getStrategy
-