1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. connect
  5. getEvaluationForm

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.46.0 published on Monday, Dec 29, 2025 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.46.0 published on Monday, Dec 29, 2025 by Pulumi

    Creates an evaluation form for the specified CON instance.

    Using getEvaluationForm

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getEvaluationForm(args: GetEvaluationFormArgs, opts?: InvokeOptions): Promise<GetEvaluationFormResult>
    function getEvaluationFormOutput(args: GetEvaluationFormOutputArgs, opts?: InvokeOptions): Output<GetEvaluationFormResult>
    def get_evaluation_form(evaluation_form_arn: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetEvaluationFormResult
    def get_evaluation_form_output(evaluation_form_arn: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetEvaluationFormResult]
    func LookupEvaluationForm(ctx *Context, args *LookupEvaluationFormArgs, opts ...InvokeOption) (*LookupEvaluationFormResult, error)
    func LookupEvaluationFormOutput(ctx *Context, args *LookupEvaluationFormOutputArgs, opts ...InvokeOption) LookupEvaluationFormResultOutput

    > Note: This function is named LookupEvaluationForm in the Go SDK.

    public static class GetEvaluationForm 
    {
        public static Task<GetEvaluationFormResult> InvokeAsync(GetEvaluationFormArgs args, InvokeOptions? opts = null)
        public static Output<GetEvaluationFormResult> Invoke(GetEvaluationFormInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEvaluationFormResult> getEvaluationForm(GetEvaluationFormArgs args, InvokeOptions options)
    public static Output<GetEvaluationFormResult> getEvaluationForm(GetEvaluationFormArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:connect:getEvaluationForm
      arguments:
        # arguments dictionary

    The following arguments are supported:

    EvaluationFormArn string
    The Amazon Resource Name (ARN) of the evaluation form.
    EvaluationFormArn string
    The Amazon Resource Name (ARN) of the evaluation form.
    evaluationFormArn String
    The Amazon Resource Name (ARN) of the evaluation form.
    evaluationFormArn string
    The Amazon Resource Name (ARN) of the evaluation form.
    evaluation_form_arn str
    The Amazon Resource Name (ARN) of the evaluation form.
    evaluationFormArn String
    The Amazon Resource Name (ARN) of the evaluation form.

    getEvaluationForm Result

    The following output properties are available:

    AutoEvaluationConfiguration Pulumi.AwsNative.Connect.Outputs.EvaluationFormAutoEvaluationConfiguration
    The automatic evaluation configuration of an evaluation form.
    Description string
    The description of the evaluation form. Length Constraints: Minimum length of 0. Maximum length of 1024.
    EvaluationFormArn string
    The Amazon Resource Name (ARN) of the evaluation form.
    InstanceArn string
    The identifier of the Amazon Connect instance.
    Items List<Pulumi.AwsNative.Connect.Outputs.EvaluationFormBaseItem>
    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
    LanguageConfiguration Pulumi.AwsNative.Connect.Outputs.EvaluationFormLanguageConfiguration
    Configuration for language settings of this evaluation form.
    ScoringStrategy Pulumi.AwsNative.Connect.Outputs.EvaluationFormScoringStrategy
    A scoring strategy of the evaluation form.
    Status Pulumi.AwsNative.Connect.EvaluationFormStatus
    The status of the evaluation form. Allowed values: DRAFT | ACTIVE
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    TargetConfiguration Pulumi.AwsNative.Connect.Outputs.EvaluationFormTargetConfiguration
    Configuration that specifies the target for this evaluation form.
    Title string
    A title of the evaluation form.
    AutoEvaluationConfiguration EvaluationFormAutoEvaluationConfiguration
    The automatic evaluation configuration of an evaluation form.
    Description string
    The description of the evaluation form. Length Constraints: Minimum length of 0. Maximum length of 1024.
    EvaluationFormArn string
    The Amazon Resource Name (ARN) of the evaluation form.
    InstanceArn string
    The identifier of the Amazon Connect instance.
    Items []EvaluationFormBaseItem
    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
    LanguageConfiguration EvaluationFormLanguageConfiguration
    Configuration for language settings of this evaluation form.
    ScoringStrategy EvaluationFormScoringStrategy
    A scoring strategy of the evaluation form.
    Status EvaluationFormStatus
    The status of the evaluation form. Allowed values: DRAFT | ACTIVE
    Tags Tag
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    TargetConfiguration EvaluationFormTargetConfiguration
    Configuration that specifies the target for this evaluation form.
    Title string
    A title of the evaluation form.
    autoEvaluationConfiguration EvaluationFormAutoEvaluationConfiguration
    The automatic evaluation configuration of an evaluation form.
    description String
    The description of the evaluation form. Length Constraints: Minimum length of 0. Maximum length of 1024.
    evaluationFormArn String
    The Amazon Resource Name (ARN) of the evaluation form.
    instanceArn String
    The identifier of the Amazon Connect instance.
    items List<EvaluationFormBaseItem>
    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
    languageConfiguration EvaluationFormLanguageConfiguration
    Configuration for language settings of this evaluation form.
    scoringStrategy EvaluationFormScoringStrategy
    A scoring strategy of the evaluation form.
    status EvaluationFormStatus
    The status of the evaluation form. Allowed values: DRAFT | ACTIVE
    tags List<Tag>
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    targetConfiguration EvaluationFormTargetConfiguration
    Configuration that specifies the target for this evaluation form.
    title String
    A title of the evaluation form.
    autoEvaluationConfiguration EvaluationFormAutoEvaluationConfiguration
    The automatic evaluation configuration of an evaluation form.
    description string
    The description of the evaluation form. Length Constraints: Minimum length of 0. Maximum length of 1024.
    evaluationFormArn string
    The Amazon Resource Name (ARN) of the evaluation form.
    instanceArn string
    The identifier of the Amazon Connect instance.
    items EvaluationFormBaseItem[]
    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
    languageConfiguration EvaluationFormLanguageConfiguration
    Configuration for language settings of this evaluation form.
    scoringStrategy EvaluationFormScoringStrategy
    A scoring strategy of the evaluation form.
    status EvaluationFormStatus
    The status of the evaluation form. Allowed values: DRAFT | ACTIVE
    tags Tag[]
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    targetConfiguration EvaluationFormTargetConfiguration
    Configuration that specifies the target for this evaluation form.
    title string
    A title of the evaluation form.
    auto_evaluation_configuration EvaluationFormAutoEvaluationConfiguration
    The automatic evaluation configuration of an evaluation form.
    description str
    The description of the evaluation form. Length Constraints: Minimum length of 0. Maximum length of 1024.
    evaluation_form_arn str
    The Amazon Resource Name (ARN) of the evaluation form.
    instance_arn str
    The identifier of the Amazon Connect instance.
    items Sequence[EvaluationFormBaseItem]
    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
    language_configuration EvaluationFormLanguageConfiguration
    Configuration for language settings of this evaluation form.
    scoring_strategy EvaluationFormScoringStrategy
    A scoring strategy of the evaluation form.
    status EvaluationFormStatus
    The status of the evaluation form. Allowed values: DRAFT | ACTIVE
    tags Sequence[root_Tag]
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    target_configuration EvaluationFormTargetConfiguration
    Configuration that specifies the target for this evaluation form.
    title str
    A title of the evaluation form.
    autoEvaluationConfiguration Property Map
    The automatic evaluation configuration of an evaluation form.
    description String
    The description of the evaluation form. Length Constraints: Minimum length of 0. Maximum length of 1024.
    evaluationFormArn String
    The Amazon Resource Name (ARN) of the evaluation form.
    instanceArn String
    The identifier of the Amazon Connect instance.
    items List<Property Map>
    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
    languageConfiguration Property Map
    Configuration for language settings of this evaluation form.
    scoringStrategy Property Map
    A scoring strategy of the evaluation form.
    status "DRAFT" | "ACTIVE"
    The status of the evaluation form. Allowed values: DRAFT | ACTIVE
    tags List<Property Map>
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    targetConfiguration Property Map
    Configuration that specifies the target for this evaluation form.
    title String
    A title of the evaluation form.

    Supporting Types

    EvaluationFormAutoEvaluationConfiguration

    Enabled bool
    Enabled bool
    enabled Boolean
    enabled boolean
    enabled bool
    enabled Boolean

    EvaluationFormAutomaticFailConfiguration

    TargetSection string
    The referenceId of the target section for auto failure.
    TargetSection string
    The referenceId of the target section for auto failure.
    targetSection String
    The referenceId of the target section for auto failure.
    targetSection string
    The referenceId of the target section for auto failure.
    target_section str
    The referenceId of the target section for auto failure.
    targetSection String
    The referenceId of the target section for auto failure.

    EvaluationFormBaseItem

    Section Pulumi.AwsNative.Connect.Inputs.EvaluationFormSection
    A subsection or inner section of an item.
    Section EvaluationFormSection
    A subsection or inner section of an item.
    section EvaluationFormSection
    A subsection or inner section of an item.
    section EvaluationFormSection
    A subsection or inner section of an item.
    section EvaluationFormSection
    A subsection or inner section of an item.
    section Property Map
    A subsection or inner section of an item.

    EvaluationFormItem

    Question EvaluationFormQuestion
    The information of the question.
    Section EvaluationFormSection
    The information of the section.
    question EvaluationFormQuestion
    The information of the question.
    section EvaluationFormSection
    The information of the section.
    question EvaluationFormQuestion
    The information of the question.
    section EvaluationFormSection
    The information of the section.
    question EvaluationFormQuestion
    The information of the question.
    section EvaluationFormSection
    The information of the section.
    question Property Map
    The information of the question.
    section Property Map
    The information of the section.

    EvaluationFormItemEnablementCondition

    Operands List<Pulumi.AwsNative.Connect.Inputs.EvaluationFormItemEnablementConditionOperand>
    Operands of the enablement condition.
    Operator Pulumi.AwsNative.Connect.EvaluationFormItemEnablementConditionOperator
    The operator to be used to be applied to operands if more than one provided.
    Operands []EvaluationFormItemEnablementConditionOperand
    Operands of the enablement condition.
    Operator EvaluationFormItemEnablementConditionOperator
    The operator to be used to be applied to operands if more than one provided.
    operands List<EvaluationFormItemEnablementConditionOperand>
    Operands of the enablement condition.
    operator EvaluationFormItemEnablementConditionOperator
    The operator to be used to be applied to operands if more than one provided.
    operands EvaluationFormItemEnablementConditionOperand[]
    Operands of the enablement condition.
    operator EvaluationFormItemEnablementConditionOperator
    The operator to be used to be applied to operands if more than one provided.
    operands Sequence[EvaluationFormItemEnablementConditionOperand]
    Operands of the enablement condition.
    operator EvaluationFormItemEnablementConditionOperator
    The operator to be used to be applied to operands if more than one provided.
    operands List<Property Map>
    Operands of the enablement condition.
    operator "OR" | "AND"
    The operator to be used to be applied to operands if more than one provided.

    EvaluationFormItemEnablementConditionOperand

    Expression EvaluationFormItemEnablementExpression
    An expression of the enablement condition.
    expression EvaluationFormItemEnablementExpression
    An expression of the enablement condition.
    expression EvaluationFormItemEnablementExpression
    An expression of the enablement condition.
    expression EvaluationFormItemEnablementExpression
    An expression of the enablement condition.
    expression Property Map
    An expression of the enablement condition.

    EvaluationFormItemEnablementConditionOperator

    EvaluationFormItemEnablementConfiguration

    Action EvaluationFormItemEnablementConfigurationAction
    An enablement action that if condition is satisfied.
    Condition EvaluationFormItemEnablementCondition
    A condition for item enablement configuration.
    DefaultAction EvaluationFormItemEnablementConfigurationDefaultAction
    An enablement action that if condition is not satisfied.
    action EvaluationFormItemEnablementConfigurationAction
    An enablement action that if condition is satisfied.
    condition EvaluationFormItemEnablementCondition
    A condition for item enablement configuration.
    defaultAction EvaluationFormItemEnablementConfigurationDefaultAction
    An enablement action that if condition is not satisfied.
    action EvaluationFormItemEnablementConfigurationAction
    An enablement action that if condition is satisfied.
    condition EvaluationFormItemEnablementCondition
    A condition for item enablement configuration.
    defaultAction EvaluationFormItemEnablementConfigurationDefaultAction
    An enablement action that if condition is not satisfied.
    action EvaluationFormItemEnablementConfigurationAction
    An enablement action that if condition is satisfied.
    condition EvaluationFormItemEnablementCondition
    A condition for item enablement configuration.
    default_action EvaluationFormItemEnablementConfigurationDefaultAction
    An enablement action that if condition is not satisfied.
    action "DISABLE" | "ENABLE"
    An enablement action that if condition is satisfied.
    condition Property Map
    A condition for item enablement configuration.
    defaultAction "DISABLE" | "ENABLE"
    An enablement action that if condition is not satisfied.

    EvaluationFormItemEnablementConfigurationAction

    EvaluationFormItemEnablementConfigurationDefaultAction

    EvaluationFormItemEnablementExpression

    Comparator EvaluationFormItemEnablementExpressionComparator
    A comparator to be used against list of values.
    Source EvaluationFormItemEnablementSource
    A source item of enablement expression.
    Values []EvaluationFormItemEnablementSourceValue
    A list of values from source item.
    comparator EvaluationFormItemEnablementExpressionComparator
    A comparator to be used against list of values.
    source EvaluationFormItemEnablementSource
    A source item of enablement expression.
    values List<EvaluationFormItemEnablementSourceValue>
    A list of values from source item.
    comparator EvaluationFormItemEnablementExpressionComparator
    A comparator to be used against list of values.
    source EvaluationFormItemEnablementSource
    A source item of enablement expression.
    values EvaluationFormItemEnablementSourceValue[]
    A list of values from source item.
    comparator EvaluationFormItemEnablementExpressionComparator
    A comparator to be used against list of values.
    source EvaluationFormItemEnablementSource
    A source item of enablement expression.
    values Sequence[EvaluationFormItemEnablementSourceValue]
    A list of values from source item.
    comparator "IN" | "NOT_IN" | "ALL_IN" | "EXACT"
    A comparator to be used against list of values.
    source Property Map
    A source item of enablement expression.
    values List<Property Map>
    A list of values from source item.

    EvaluationFormItemEnablementExpressionComparator

    EvaluationFormItemEnablementSource

    Type Pulumi.AwsNative.Connect.EvaluationFormItemEnablementSourceType
    A type of source item.
    RefId string
    A referenceId of the source item.
    Type EvaluationFormItemEnablementSourceType
    A type of source item.
    RefId string
    A referenceId of the source item.
    type EvaluationFormItemEnablementSourceType
    A type of source item.
    refId String
    A referenceId of the source item.
    type EvaluationFormItemEnablementSourceType
    A type of source item.
    refId string
    A referenceId of the source item.
    type EvaluationFormItemEnablementSourceType
    A type of source item.
    ref_id str
    A referenceId of the source item.
    type "QUESTION_REF_ID"
    A type of source item.
    refId String
    A referenceId of the source item.

    EvaluationFormItemEnablementSourceType

    EvaluationFormItemEnablementSourceValue

    RefId string
    A referenceId of the source value.
    Type Pulumi.AwsNative.Connect.EvaluationFormItemEnablementSourceValueType
    A type of source item value.
    RefId string
    A referenceId of the source value.
    Type EvaluationFormItemEnablementSourceValueType
    A type of source item value.
    refId String
    A referenceId of the source value.
    type EvaluationFormItemEnablementSourceValueType
    A type of source item value.
    refId string
    A referenceId of the source value.
    type EvaluationFormItemEnablementSourceValueType
    A type of source item value.
    ref_id str
    A referenceId of the source value.
    type EvaluationFormItemEnablementSourceValueType
    A type of source item value.
    refId String
    A referenceId of the source value.
    type "OPTION_REF_ID"
    A type of source item value.

    EvaluationFormItemEnablementSourceValueType

    EvaluationFormLanguageConfiguration

    EvaluationFormLanguageConfigurationFormLanguage

    EvaluationFormMultiSelectQuestionAutomation

    Options []EvaluationFormMultiSelectQuestionAutomationOption
    Automation options for the multi-select question.
    AnswerSource EvaluationFormQuestionAutomationAnswerSource
    DefaultOptionRefIds []string
    Reference IDs of default options.
    options List<EvaluationFormMultiSelectQuestionAutomationOption>
    Automation options for the multi-select question.
    answerSource EvaluationFormQuestionAutomationAnswerSource
    defaultOptionRefIds List<String>
    Reference IDs of default options.
    options EvaluationFormMultiSelectQuestionAutomationOption[]
    Automation options for the multi-select question.
    answerSource EvaluationFormQuestionAutomationAnswerSource
    defaultOptionRefIds string[]
    Reference IDs of default options.
    options Sequence[EvaluationFormMultiSelectQuestionAutomationOption]
    Automation options for the multi-select question.
    answer_source EvaluationFormQuestionAutomationAnswerSource
    default_option_ref_ids Sequence[str]
    Reference IDs of default options.
    options List<Property Map>
    Automation options for the multi-select question.
    answerSource Property Map
    defaultOptionRefIds List<String>
    Reference IDs of default options.

    EvaluationFormMultiSelectQuestionAutomationOption

    RuleCategory EvaluationFormMultiSelectQuestionRuleCategoryAutomation
    Rule category configuration for this automation option.
    ruleCategory EvaluationFormMultiSelectQuestionRuleCategoryAutomation
    Rule category configuration for this automation option.
    ruleCategory EvaluationFormMultiSelectQuestionRuleCategoryAutomation
    Rule category configuration for this automation option.
    rule_category EvaluationFormMultiSelectQuestionRuleCategoryAutomation
    Rule category configuration for this automation option.
    ruleCategory Property Map
    Rule category configuration for this automation option.

    EvaluationFormMultiSelectQuestionOption

    RefId string
    Reference identifier for this option.
    Text string
    Display text for this option.
    RefId string
    Reference identifier for this option.
    Text string
    Display text for this option.
    refId String
    Reference identifier for this option.
    text String
    Display text for this option.
    refId string
    Reference identifier for this option.
    text string
    Display text for this option.
    ref_id str
    Reference identifier for this option.
    text str
    Display text for this option.
    refId String
    Reference identifier for this option.
    text String
    Display text for this option.

    EvaluationFormMultiSelectQuestionProperties

    Options []EvaluationFormMultiSelectQuestionOption
    Options available for this multi-select question.
    Automation EvaluationFormMultiSelectQuestionAutomation
    Automation configuration for this multi-select question.
    DisplayAs EvaluationFormMultiSelectQuestionPropertiesDisplayAs
    Display format for the multi-select question.
    options List<EvaluationFormMultiSelectQuestionOption>
    Options available for this multi-select question.
    automation EvaluationFormMultiSelectQuestionAutomation
    Automation configuration for this multi-select question.
    displayAs EvaluationFormMultiSelectQuestionPropertiesDisplayAs
    Display format for the multi-select question.
    options EvaluationFormMultiSelectQuestionOption[]
    Options available for this multi-select question.
    automation EvaluationFormMultiSelectQuestionAutomation
    Automation configuration for this multi-select question.
    displayAs EvaluationFormMultiSelectQuestionPropertiesDisplayAs
    Display format for the multi-select question.
    options Sequence[EvaluationFormMultiSelectQuestionOption]
    Options available for this multi-select question.
    automation EvaluationFormMultiSelectQuestionAutomation
    Automation configuration for this multi-select question.
    display_as EvaluationFormMultiSelectQuestionPropertiesDisplayAs
    Display format for the multi-select question.
    options List<Property Map>
    Options available for this multi-select question.
    automation Property Map
    Automation configuration for this multi-select question.
    displayAs "DROPDOWN" | "CHECKBOX"
    Display format for the multi-select question.

    EvaluationFormMultiSelectQuestionPropertiesDisplayAs

    EvaluationFormMultiSelectQuestionRuleCategoryAutomation

    Category string
    The category name for this automation rule.
    Condition Pulumi.AwsNative.Connect.EvaluationFormMultiSelectQuestionRuleCategoryAutomationCondition
    The condition for this automation rule.
    OptionRefIds List<string>
    Reference IDs of options for this automation rule.
    Category string
    The category name for this automation rule.
    Condition EvaluationFormMultiSelectQuestionRuleCategoryAutomationCondition
    The condition for this automation rule.
    OptionRefIds []string
    Reference IDs of options for this automation rule.
    category String
    The category name for this automation rule.
    condition EvaluationFormMultiSelectQuestionRuleCategoryAutomationCondition
    The condition for this automation rule.
    optionRefIds List<String>
    Reference IDs of options for this automation rule.
    category string
    The category name for this automation rule.
    condition EvaluationFormMultiSelectQuestionRuleCategoryAutomationCondition
    The condition for this automation rule.
    optionRefIds string[]
    Reference IDs of options for this automation rule.
    category str
    The category name for this automation rule.
    condition EvaluationFormMultiSelectQuestionRuleCategoryAutomationCondition
    The condition for this automation rule.
    option_ref_ids Sequence[str]
    Reference IDs of options for this automation rule.
    category String
    The category name for this automation rule.
    condition "PRESENT" | "NOT_PRESENT"
    The condition for this automation rule.
    optionRefIds List<String>
    Reference IDs of options for this automation rule.

    EvaluationFormMultiSelectQuestionRuleCategoryAutomationCondition

    EvaluationFormNumericQuestionAutomation

    AnswerSource EvaluationFormQuestionAutomationAnswerSource
    A source of automation answer for numeric question.
    PropertyValue EvaluationFormNumericQuestionPropertyValueAutomation
    The property value of the automation.
    answerSource EvaluationFormQuestionAutomationAnswerSource
    A source of automation answer for numeric question.
    propertyValue EvaluationFormNumericQuestionPropertyValueAutomation
    The property value of the automation.
    answerSource EvaluationFormQuestionAutomationAnswerSource
    A source of automation answer for numeric question.
    propertyValue EvaluationFormNumericQuestionPropertyValueAutomation
    The property value of the automation.
    answer_source EvaluationFormQuestionAutomationAnswerSource
    A source of automation answer for numeric question.
    property_value EvaluationFormNumericQuestionPropertyValueAutomation
    The property value of the automation.
    answerSource Property Map
    A source of automation answer for numeric question.
    propertyValue Property Map
    The property value of the automation.

    EvaluationFormNumericQuestionOption

    MaxValue int
    The maximum answer value of the range option.
    MinValue int
    The minimum answer value of the range option.
    AutomaticFail bool
    The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
    AutomaticFailConfiguration Pulumi.AwsNative.Connect.Inputs.EvaluationFormAutomaticFailConfiguration
    A configuration for automatic fail.
    Score int
    The score assigned to answer values within the range option. Minimum: 0 Maximum: 10
    MaxValue int
    The maximum answer value of the range option.
    MinValue int
    The minimum answer value of the range option.
    AutomaticFail bool
    The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
    AutomaticFailConfiguration EvaluationFormAutomaticFailConfiguration
    A configuration for automatic fail.
    Score int
    The score assigned to answer values within the range option. Minimum: 0 Maximum: 10
    maxValue Integer
    The maximum answer value of the range option.
    minValue Integer
    The minimum answer value of the range option.
    automaticFail Boolean
    The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
    automaticFailConfiguration EvaluationFormAutomaticFailConfiguration
    A configuration for automatic fail.
    score Integer
    The score assigned to answer values within the range option. Minimum: 0 Maximum: 10
    maxValue number
    The maximum answer value of the range option.
    minValue number
    The minimum answer value of the range option.
    automaticFail boolean
    The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
    automaticFailConfiguration EvaluationFormAutomaticFailConfiguration
    A configuration for automatic fail.
    score number
    The score assigned to answer values within the range option. Minimum: 0 Maximum: 10
    max_value int
    The maximum answer value of the range option.
    min_value int
    The minimum answer value of the range option.
    automatic_fail bool
    The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
    automatic_fail_configuration EvaluationFormAutomaticFailConfiguration
    A configuration for automatic fail.
    score int
    The score assigned to answer values within the range option. Minimum: 0 Maximum: 10
    maxValue Number
    The maximum answer value of the range option.
    minValue Number
    The minimum answer value of the range option.
    automaticFail Boolean
    The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
    automaticFailConfiguration Property Map
    A configuration for automatic fail.
    score Number
    The score assigned to answer values within the range option. Minimum: 0 Maximum: 10

    EvaluationFormNumericQuestionProperties

    MaxValue int
    The maximum answer value.
    MinValue int
    The minimum answer value.
    Automation Pulumi.AwsNative.Connect.Inputs.EvaluationFormNumericQuestionAutomation
    The automation properties of the numeric question.
    Options List<Pulumi.AwsNative.Connect.Inputs.EvaluationFormNumericQuestionOption>
    The scoring options of the numeric question.
    MaxValue int
    The maximum answer value.
    MinValue int
    The minimum answer value.
    Automation EvaluationFormNumericQuestionAutomation
    The automation properties of the numeric question.
    Options []EvaluationFormNumericQuestionOption
    The scoring options of the numeric question.
    maxValue Integer
    The maximum answer value.
    minValue Integer
    The minimum answer value.
    automation EvaluationFormNumericQuestionAutomation
    The automation properties of the numeric question.
    options List<EvaluationFormNumericQuestionOption>
    The scoring options of the numeric question.
    maxValue number
    The maximum answer value.
    minValue number
    The minimum answer value.
    automation EvaluationFormNumericQuestionAutomation
    The automation properties of the numeric question.
    options EvaluationFormNumericQuestionOption[]
    The scoring options of the numeric question.
    max_value int
    The maximum answer value.
    min_value int
    The minimum answer value.
    automation EvaluationFormNumericQuestionAutomation
    The automation properties of the numeric question.
    options Sequence[EvaluationFormNumericQuestionOption]
    The scoring options of the numeric question.
    maxValue Number
    The maximum answer value.
    minValue Number
    The minimum answer value.
    automation Property Map
    The automation properties of the numeric question.
    options List<Property Map>
    The scoring options of the numeric question.

    EvaluationFormNumericQuestionPropertyValueAutomation

    EvaluationFormNumericQuestionPropertyValueAutomationLabel

    EvaluationFormQuestion

    QuestionType Pulumi.AwsNative.Connect.EvaluationFormQuestionQuestionType
    The type of the question. Allowed values: NUMERIC | SINGLESELECT | TEXT
    RefId string
    The identifier of the question. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
    Title string
    The title of the question. Length Constraints: Minimum length of 1. Maximum length of 350.
    Enablement Pulumi.AwsNative.Connect.Inputs.EvaluationFormItemEnablementConfiguration
    A question conditional enablement.
    Instructions string
    The instructions of the section. Length Constraints: Minimum length of 0. Maximum length of 1024.
    NotApplicableEnabled bool
    The flag to enable not applicable answers to the question.
    QuestionTypeProperties Pulumi.AwsNative.Connect.Inputs.EvaluationFormQuestionTypeProperties
    The properties of the type of question. Text questions do not have to define question type properties.
    Weight double
    The scoring weight of the section. Minimum: 0 Maximum: 100
    QuestionType EvaluationFormQuestionQuestionType
    The type of the question. Allowed values: NUMERIC | SINGLESELECT | TEXT
    RefId string
    The identifier of the question. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
    Title string
    The title of the question. Length Constraints: Minimum length of 1. Maximum length of 350.
    Enablement EvaluationFormItemEnablementConfiguration
    A question conditional enablement.
    Instructions string
    The instructions of the section. Length Constraints: Minimum length of 0. Maximum length of 1024.
    NotApplicableEnabled bool
    The flag to enable not applicable answers to the question.
    QuestionTypeProperties EvaluationFormQuestionTypeProperties
    The properties of the type of question. Text questions do not have to define question type properties.
    Weight float64
    The scoring weight of the section. Minimum: 0 Maximum: 100
    questionType EvaluationFormQuestionQuestionType
    The type of the question. Allowed values: NUMERIC | SINGLESELECT | TEXT
    refId String
    The identifier of the question. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
    title String
    The title of the question. Length Constraints: Minimum length of 1. Maximum length of 350.
    enablement EvaluationFormItemEnablementConfiguration
    A question conditional enablement.
    instructions String
    The instructions of the section. Length Constraints: Minimum length of 0. Maximum length of 1024.
    notApplicableEnabled Boolean
    The flag to enable not applicable answers to the question.
    questionTypeProperties EvaluationFormQuestionTypeProperties
    The properties of the type of question. Text questions do not have to define question type properties.
    weight Double
    The scoring weight of the section. Minimum: 0 Maximum: 100
    questionType EvaluationFormQuestionQuestionType
    The type of the question. Allowed values: NUMERIC | SINGLESELECT | TEXT
    refId string
    The identifier of the question. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
    title string
    The title of the question. Length Constraints: Minimum length of 1. Maximum length of 350.
    enablement EvaluationFormItemEnablementConfiguration
    A question conditional enablement.
    instructions string
    The instructions of the section. Length Constraints: Minimum length of 0. Maximum length of 1024.
    notApplicableEnabled boolean
    The flag to enable not applicable answers to the question.
    questionTypeProperties EvaluationFormQuestionTypeProperties
    The properties of the type of question. Text questions do not have to define question type properties.
    weight number
    The scoring weight of the section. Minimum: 0 Maximum: 100
    question_type EvaluationFormQuestionQuestionType
    The type of the question. Allowed values: NUMERIC | SINGLESELECT | TEXT
    ref_id str
    The identifier of the question. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
    title str
    The title of the question. Length Constraints: Minimum length of 1. Maximum length of 350.
    enablement EvaluationFormItemEnablementConfiguration
    A question conditional enablement.
    instructions str
    The instructions of the section. Length Constraints: Minimum length of 0. Maximum length of 1024.
    not_applicable_enabled bool
    The flag to enable not applicable answers to the question.
    question_type_properties EvaluationFormQuestionTypeProperties
    The properties of the type of question. Text questions do not have to define question type properties.
    weight float
    The scoring weight of the section. Minimum: 0 Maximum: 100
    questionType "NUMERIC" | "SINGLESELECT" | "TEXT" | "MULTISELECT" | "DATETIME"
    The type of the question. Allowed values: NUMERIC | SINGLESELECT | TEXT
    refId String
    The identifier of the question. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
    title String
    The title of the question. Length Constraints: Minimum length of 1. Maximum length of 350.
    enablement Property Map
    A question conditional enablement.
    instructions String
    The instructions of the section. Length Constraints: Minimum length of 0. Maximum length of 1024.
    notApplicableEnabled Boolean
    The flag to enable not applicable answers to the question.
    questionTypeProperties Property Map
    The properties of the type of question. Text questions do not have to define question type properties.
    weight Number
    The scoring weight of the section. Minimum: 0 Maximum: 100

    EvaluationFormQuestionAutomationAnswerSource

    sourceType "CONTACT_LENS_DATA" | "GEN_AI"
    The automation answer source type.

    EvaluationFormQuestionAutomationAnswerSourceSourceType

    EvaluationFormQuestionQuestionType

    EvaluationFormQuestionTypeProperties

    MultiSelect EvaluationFormMultiSelectQuestionProperties
    Properties for multi-select question types.
    Numeric EvaluationFormNumericQuestionProperties
    The properties of the numeric question.
    SingleSelect EvaluationFormSingleSelectQuestionProperties
    The properties of the numeric question.
    Text EvaluationFormTextQuestionProperties
    The properties of the text question.
    multiSelect EvaluationFormMultiSelectQuestionProperties
    Properties for multi-select question types.
    numeric EvaluationFormNumericQuestionProperties
    The properties of the numeric question.
    singleSelect EvaluationFormSingleSelectQuestionProperties
    The properties of the numeric question.
    text EvaluationFormTextQuestionProperties
    The properties of the text question.
    multiSelect EvaluationFormMultiSelectQuestionProperties
    Properties for multi-select question types.
    numeric EvaluationFormNumericQuestionProperties
    The properties of the numeric question.
    singleSelect EvaluationFormSingleSelectQuestionProperties
    The properties of the numeric question.
    text EvaluationFormTextQuestionProperties
    The properties of the text question.
    multi_select EvaluationFormMultiSelectQuestionProperties
    Properties for multi-select question types.
    numeric EvaluationFormNumericQuestionProperties
    The properties of the numeric question.
    single_select EvaluationFormSingleSelectQuestionProperties
    The properties of the numeric question.
    text EvaluationFormTextQuestionProperties
    The properties of the text question.
    multiSelect Property Map
    Properties for multi-select question types.
    numeric Property Map
    The properties of the numeric question.
    singleSelect Property Map
    The properties of the numeric question.
    text Property Map
    The properties of the text question.

    EvaluationFormScoringStrategy

    Mode Pulumi.AwsNative.Connect.EvaluationFormScoringStrategyMode
    The scoring mode of the evaluation form. Allowed values: QUESTION_ONLY | SECTION_ONLY
    Status Pulumi.AwsNative.Connect.EvaluationFormScoringStrategyStatus
    The scoring status of the evaluation form. Allowed values: ENABLED | DISABLED
    Mode EvaluationFormScoringStrategyMode
    The scoring mode of the evaluation form. Allowed values: QUESTION_ONLY | SECTION_ONLY
    Status EvaluationFormScoringStrategyStatus
    The scoring status of the evaluation form. Allowed values: ENABLED | DISABLED
    mode EvaluationFormScoringStrategyMode
    The scoring mode of the evaluation form. Allowed values: QUESTION_ONLY | SECTION_ONLY
    status EvaluationFormScoringStrategyStatus
    The scoring status of the evaluation form. Allowed values: ENABLED | DISABLED
    mode EvaluationFormScoringStrategyMode
    The scoring mode of the evaluation form. Allowed values: QUESTION_ONLY | SECTION_ONLY
    status EvaluationFormScoringStrategyStatus
    The scoring status of the evaluation form. Allowed values: ENABLED | DISABLED
    mode EvaluationFormScoringStrategyMode
    The scoring mode of the evaluation form. Allowed values: QUESTION_ONLY | SECTION_ONLY
    status EvaluationFormScoringStrategyStatus
    The scoring status of the evaluation form. Allowed values: ENABLED | DISABLED
    mode "QUESTION_ONLY" | "SECTION_ONLY"
    The scoring mode of the evaluation form. Allowed values: QUESTION_ONLY | SECTION_ONLY
    status "ENABLED" | "DISABLED"
    The scoring status of the evaluation form. Allowed values: ENABLED | DISABLED

    EvaluationFormScoringStrategyMode

    EvaluationFormScoringStrategyStatus

    EvaluationFormSection

    RefId string
    The identifier of the section. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
    Title string
    The title of the section. Length Constraints: Minimum length of 1. Maximum length of 128.
    Instructions string
    The instructions of the section.
    Items List<Pulumi.AwsNative.Connect.Inputs.EvaluationFormItem>
    The items of the section. Minimum: 1
    Weight double
    The scoring weight of the section. Minimum: 0 Maximum: 100
    RefId string
    The identifier of the section. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
    Title string
    The title of the section. Length Constraints: Minimum length of 1. Maximum length of 128.
    Instructions string
    The instructions of the section.
    Items []EvaluationFormItem
    The items of the section. Minimum: 1
    Weight float64
    The scoring weight of the section. Minimum: 0 Maximum: 100
    refId String
    The identifier of the section. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
    title String
    The title of the section. Length Constraints: Minimum length of 1. Maximum length of 128.
    instructions String
    The instructions of the section.
    items List<EvaluationFormItem>
    The items of the section. Minimum: 1
    weight Double
    The scoring weight of the section. Minimum: 0 Maximum: 100
    refId string
    The identifier of the section. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
    title string
    The title of the section. Length Constraints: Minimum length of 1. Maximum length of 128.
    instructions string
    The instructions of the section.
    items EvaluationFormItem[]
    The items of the section. Minimum: 1
    weight number
    The scoring weight of the section. Minimum: 0 Maximum: 100
    ref_id str
    The identifier of the section. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
    title str
    The title of the section. Length Constraints: Minimum length of 1. Maximum length of 128.
    instructions str
    The instructions of the section.
    items Sequence[EvaluationFormItem]
    The items of the section. Minimum: 1
    weight float
    The scoring weight of the section. Minimum: 0 Maximum: 100
    refId String
    The identifier of the section. An identifier must be unique within the evaluation form. Length Constraints: Minimum length of 1. Maximum length of 40.
    title String
    The title of the section. Length Constraints: Minimum length of 1. Maximum length of 128.
    instructions String
    The instructions of the section.
    items List<Property Map>
    The items of the section. Minimum: 1
    weight Number
    The scoring weight of the section. Minimum: 0 Maximum: 100

    EvaluationFormSingleSelectQuestionAutomation

    Options List<Pulumi.AwsNative.Connect.Inputs.EvaluationFormSingleSelectQuestionAutomationOption>
    The automation options of the single select question. Minimum: 1 Maximum: 20
    AnswerSource Pulumi.AwsNative.Connect.Inputs.EvaluationFormQuestionAutomationAnswerSource
    Automation answer source.
    DefaultOptionRefId string
    The identifier of the default answer option, when none of the automation options match the criteria. Length Constraints: Minimum length of 1. Maximum length of 40.
    Options []EvaluationFormSingleSelectQuestionAutomationOption
    The automation options of the single select question. Minimum: 1 Maximum: 20
    AnswerSource EvaluationFormQuestionAutomationAnswerSource
    Automation answer source.
    DefaultOptionRefId string
    The identifier of the default answer option, when none of the automation options match the criteria. Length Constraints: Minimum length of 1. Maximum length of 40.
    options List<EvaluationFormSingleSelectQuestionAutomationOption>
    The automation options of the single select question. Minimum: 1 Maximum: 20
    answerSource EvaluationFormQuestionAutomationAnswerSource
    Automation answer source.
    defaultOptionRefId String
    The identifier of the default answer option, when none of the automation options match the criteria. Length Constraints: Minimum length of 1. Maximum length of 40.
    options EvaluationFormSingleSelectQuestionAutomationOption[]
    The automation options of the single select question. Minimum: 1 Maximum: 20
    answerSource EvaluationFormQuestionAutomationAnswerSource
    Automation answer source.
    defaultOptionRefId string
    The identifier of the default answer option, when none of the automation options match the criteria. Length Constraints: Minimum length of 1. Maximum length of 40.
    options Sequence[EvaluationFormSingleSelectQuestionAutomationOption]
    The automation options of the single select question. Minimum: 1 Maximum: 20
    answer_source EvaluationFormQuestionAutomationAnswerSource
    Automation answer source.
    default_option_ref_id str
    The identifier of the default answer option, when none of the automation options match the criteria. Length Constraints: Minimum length of 1. Maximum length of 40.
    options List<Property Map>
    The automation options of the single select question. Minimum: 1 Maximum: 20
    answerSource Property Map
    Automation answer source.
    defaultOptionRefId String
    The identifier of the default answer option, when none of the automation options match the criteria. Length Constraints: Minimum length of 1. Maximum length of 40.

    EvaluationFormSingleSelectQuestionAutomationOption

    RuleCategory Pulumi.AwsNative.Connect.Inputs.EvaluationFormSingleSelectQuestionRuleCategoryAutomation
    The automation option based on a rule category for the single select question.
    RuleCategory EvaluationFormSingleSelectQuestionRuleCategoryAutomation
    The automation option based on a rule category for the single select question.
    ruleCategory EvaluationFormSingleSelectQuestionRuleCategoryAutomation
    The automation option based on a rule category for the single select question.
    ruleCategory EvaluationFormSingleSelectQuestionRuleCategoryAutomation
    The automation option based on a rule category for the single select question.
    rule_category EvaluationFormSingleSelectQuestionRuleCategoryAutomation
    The automation option based on a rule category for the single select question.
    ruleCategory Property Map
    The automation option based on a rule category for the single select question.

    EvaluationFormSingleSelectQuestionOption

    RefId string
    The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
    Text string
    The title of the answer option. Length Constraints: Minimum length of 1. Maximum length of 128.
    AutomaticFail bool
    The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
    AutomaticFailConfiguration Pulumi.AwsNative.Connect.Inputs.EvaluationFormAutomaticFailConfiguration
    Whether automatic fail is configured on a single select question.
    Score int
    The score assigned to the answer option. Minimum: 0 Maximum: 10
    RefId string
    The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
    Text string
    The title of the answer option. Length Constraints: Minimum length of 1. Maximum length of 128.
    AutomaticFail bool
    The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
    AutomaticFailConfiguration EvaluationFormAutomaticFailConfiguration
    Whether automatic fail is configured on a single select question.
    Score int
    The score assigned to the answer option. Minimum: 0 Maximum: 10
    refId String
    The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
    text String
    The title of the answer option. Length Constraints: Minimum length of 1. Maximum length of 128.
    automaticFail Boolean
    The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
    automaticFailConfiguration EvaluationFormAutomaticFailConfiguration
    Whether automatic fail is configured on a single select question.
    score Integer
    The score assigned to the answer option. Minimum: 0 Maximum: 10
    refId string
    The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
    text string
    The title of the answer option. Length Constraints: Minimum length of 1. Maximum length of 128.
    automaticFail boolean
    The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
    automaticFailConfiguration EvaluationFormAutomaticFailConfiguration
    Whether automatic fail is configured on a single select question.
    score number
    The score assigned to the answer option. Minimum: 0 Maximum: 10
    ref_id str
    The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
    text str
    The title of the answer option. Length Constraints: Minimum length of 1. Maximum length of 128.
    automatic_fail bool
    The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
    automatic_fail_configuration EvaluationFormAutomaticFailConfiguration
    Whether automatic fail is configured on a single select question.
    score int
    The score assigned to the answer option. Minimum: 0 Maximum: 10
    refId String
    The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
    text String
    The title of the answer option. Length Constraints: Minimum length of 1. Maximum length of 128.
    automaticFail Boolean
    The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
    automaticFailConfiguration Property Map
    Whether automatic fail is configured on a single select question.
    score Number
    The score assigned to the answer option. Minimum: 0 Maximum: 10

    EvaluationFormSingleSelectQuestionProperties

    Options List<Pulumi.AwsNative.Connect.Inputs.EvaluationFormSingleSelectQuestionOption>
    The answer options of the single select question. Minimum: 2 Maximum: 256
    Automation Pulumi.AwsNative.Connect.Inputs.EvaluationFormSingleSelectQuestionAutomation
    The display mode of the single select question.
    DisplayAs Pulumi.AwsNative.Connect.EvaluationFormSingleSelectQuestionPropertiesDisplayAs
    The display mode of the single select question. Allowed values: DROPDOWN | RADIO
    Options []EvaluationFormSingleSelectQuestionOption
    The answer options of the single select question. Minimum: 2 Maximum: 256
    Automation EvaluationFormSingleSelectQuestionAutomation
    The display mode of the single select question.
    DisplayAs EvaluationFormSingleSelectQuestionPropertiesDisplayAs
    The display mode of the single select question. Allowed values: DROPDOWN | RADIO
    options List<EvaluationFormSingleSelectQuestionOption>
    The answer options of the single select question. Minimum: 2 Maximum: 256
    automation EvaluationFormSingleSelectQuestionAutomation
    The display mode of the single select question.
    displayAs EvaluationFormSingleSelectQuestionPropertiesDisplayAs
    The display mode of the single select question. Allowed values: DROPDOWN | RADIO
    options EvaluationFormSingleSelectQuestionOption[]
    The answer options of the single select question. Minimum: 2 Maximum: 256
    automation EvaluationFormSingleSelectQuestionAutomation
    The display mode of the single select question.
    displayAs EvaluationFormSingleSelectQuestionPropertiesDisplayAs
    The display mode of the single select question. Allowed values: DROPDOWN | RADIO
    options Sequence[EvaluationFormSingleSelectQuestionOption]
    The answer options of the single select question. Minimum: 2 Maximum: 256
    automation EvaluationFormSingleSelectQuestionAutomation
    The display mode of the single select question.
    display_as EvaluationFormSingleSelectQuestionPropertiesDisplayAs
    The display mode of the single select question. Allowed values: DROPDOWN | RADIO
    options List<Property Map>
    The answer options of the single select question. Minimum: 2 Maximum: 256
    automation Property Map
    The display mode of the single select question.
    displayAs "DROPDOWN" | "RADIO"
    The display mode of the single select question. Allowed values: DROPDOWN | RADIO

    EvaluationFormSingleSelectQuestionPropertiesDisplayAs

    EvaluationFormSingleSelectQuestionRuleCategoryAutomation

    Category string
    The category name, as defined in Rules. Minimum: 1 Maximum: 50
    Condition Pulumi.AwsNative.Connect.EvaluationFormSingleSelectQuestionRuleCategoryAutomationCondition
    The condition to apply for the automation option. If the condition is PRESENT, then the option is applied when the contact data includes the category. Similarly, if the condition is NOT_PRESENT, then the option is applied when the contact data does not include the category. Allowed values: PRESENT | NOT_PRESENT Maximum: 50
    OptionRefId string
    The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
    Category string
    The category name, as defined in Rules. Minimum: 1 Maximum: 50
    Condition EvaluationFormSingleSelectQuestionRuleCategoryAutomationCondition
    The condition to apply for the automation option. If the condition is PRESENT, then the option is applied when the contact data includes the category. Similarly, if the condition is NOT_PRESENT, then the option is applied when the contact data does not include the category. Allowed values: PRESENT | NOT_PRESENT Maximum: 50
    OptionRefId string
    The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
    category String
    The category name, as defined in Rules. Minimum: 1 Maximum: 50
    condition EvaluationFormSingleSelectQuestionRuleCategoryAutomationCondition
    The condition to apply for the automation option. If the condition is PRESENT, then the option is applied when the contact data includes the category. Similarly, if the condition is NOT_PRESENT, then the option is applied when the contact data does not include the category. Allowed values: PRESENT | NOT_PRESENT Maximum: 50
    optionRefId String
    The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
    category string
    The category name, as defined in Rules. Minimum: 1 Maximum: 50
    condition EvaluationFormSingleSelectQuestionRuleCategoryAutomationCondition
    The condition to apply for the automation option. If the condition is PRESENT, then the option is applied when the contact data includes the category. Similarly, if the condition is NOT_PRESENT, then the option is applied when the contact data does not include the category. Allowed values: PRESENT | NOT_PRESENT Maximum: 50
    optionRefId string
    The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
    category str
    The category name, as defined in Rules. Minimum: 1 Maximum: 50
    condition EvaluationFormSingleSelectQuestionRuleCategoryAutomationCondition
    The condition to apply for the automation option. If the condition is PRESENT, then the option is applied when the contact data includes the category. Similarly, if the condition is NOT_PRESENT, then the option is applied when the contact data does not include the category. Allowed values: PRESENT | NOT_PRESENT Maximum: 50
    option_ref_id str
    The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.
    category String
    The category name, as defined in Rules. Minimum: 1 Maximum: 50
    condition "PRESENT" | "NOT_PRESENT"
    The condition to apply for the automation option. If the condition is PRESENT, then the option is applied when the contact data includes the category. Similarly, if the condition is NOT_PRESENT, then the option is applied when the contact data does not include the category. Allowed values: PRESENT | NOT_PRESENT Maximum: 50
    optionRefId String
    The identifier of the answer option. An identifier must be unique within the question. Length Constraints: Minimum length of 1. Maximum length of 40.

    EvaluationFormSingleSelectQuestionRuleCategoryAutomationCondition

    EvaluationFormStatus

    EvaluationFormTargetConfiguration

    ContactInteractionType EvaluationFormTargetConfigurationContactInteractionType
    The contact interaction type for this evaluation form.
    contactInteractionType EvaluationFormTargetConfigurationContactInteractionType
    The contact interaction type for this evaluation form.
    contactInteractionType EvaluationFormTargetConfigurationContactInteractionType
    The contact interaction type for this evaluation form.
    contact_interaction_type EvaluationFormTargetConfigurationContactInteractionType
    The contact interaction type for this evaluation form.
    contactInteractionType "AGENT" | "AUTOMATED"
    The contact interaction type for this evaluation form.

    EvaluationFormTargetConfigurationContactInteractionType

    EvaluationFormTextQuestionAutomation

    answerSource Property Map
    Automation answer source.

    EvaluationFormTextQuestionProperties

    Automation EvaluationFormTextQuestionAutomation
    The automation properties of the text question.
    automation EvaluationFormTextQuestionAutomation
    The automation properties of the text question.
    automation EvaluationFormTextQuestionAutomation
    The automation properties of the text question.
    automation EvaluationFormTextQuestionAutomation
    The automation properties of the text question.
    automation Property Map
    The automation properties of the text question.

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.46.0 published on Monday, Dec 29, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate