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

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

AWS Cloud Control v1.40.0 published on Thursday, Dec 11, 2025 by Pulumi
aws-native logo

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

AWS Cloud Control v1.40.0 published on Thursday, Dec 11, 2025 by Pulumi

    Creates an evaluation form for the specified CON instance.

    Create EvaluationForm Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new EvaluationForm(name: string, args: EvaluationFormArgs, opts?: CustomResourceOptions);
    @overload
    def EvaluationForm(resource_name: str,
                       args: EvaluationFormArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def EvaluationForm(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       instance_arn: Optional[str] = None,
                       items: Optional[Sequence[EvaluationFormBaseItemArgs]] = None,
                       status: Optional[EvaluationFormStatus] = None,
                       title: Optional[str] = None,
                       auto_evaluation_configuration: Optional[EvaluationFormAutoEvaluationConfigurationArgs] = None,
                       description: Optional[str] = None,
                       language_configuration: Optional[EvaluationFormLanguageConfigurationArgs] = None,
                       scoring_strategy: Optional[EvaluationFormScoringStrategyArgs] = None,
                       tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                       target_configuration: Optional[EvaluationFormTargetConfigurationArgs] = None)
    func NewEvaluationForm(ctx *Context, name string, args EvaluationFormArgs, opts ...ResourceOption) (*EvaluationForm, error)
    public EvaluationForm(string name, EvaluationFormArgs args, CustomResourceOptions? opts = null)
    public EvaluationForm(String name, EvaluationFormArgs args)
    public EvaluationForm(String name, EvaluationFormArgs args, CustomResourceOptions options)
    
    type: aws-native:connect:EvaluationForm
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args EvaluationFormArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args EvaluationFormArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args EvaluationFormArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args EvaluationFormArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args EvaluationFormArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    EvaluationForm Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The EvaluationForm resource accepts the following input properties:

    InstanceArn string
    The identifier of the Amazon Connect instance.
    Items List<Pulumi.AwsNative.Connect.Inputs.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
    Status Pulumi.AwsNative.Connect.EvaluationFormStatus
    The status of the evaluation form. Allowed values: DRAFT | ACTIVE
    Title string
    A title of the evaluation form.
    AutoEvaluationConfiguration Pulumi.AwsNative.Connect.Inputs.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.
    LanguageConfiguration Pulumi.AwsNative.Connect.Inputs.EvaluationFormLanguageConfiguration
    ScoringStrategy Pulumi.AwsNative.Connect.Inputs.EvaluationFormScoringStrategy
    A scoring strategy of the evaluation form.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    TargetConfiguration Pulumi.AwsNative.Connect.Inputs.EvaluationFormTargetConfiguration
    InstanceArn string
    The identifier of the Amazon Connect instance.
    Items []EvaluationFormBaseItemArgs
    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
    Status EvaluationFormStatus
    The status of the evaluation form. Allowed values: DRAFT | ACTIVE
    Title string
    A title of the evaluation form.
    AutoEvaluationConfiguration EvaluationFormAutoEvaluationConfigurationArgs
    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.
    LanguageConfiguration EvaluationFormLanguageConfigurationArgs
    ScoringStrategy EvaluationFormScoringStrategyArgs
    A scoring strategy of the evaluation form.
    Tags TagArgs
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    TargetConfiguration EvaluationFormTargetConfigurationArgs
    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
    status EvaluationFormStatus
    The status of the evaluation form. Allowed values: DRAFT | ACTIVE
    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.
    languageConfiguration EvaluationFormLanguageConfiguration
    scoringStrategy EvaluationFormScoringStrategy
    A scoring strategy of the evaluation form.
    tags List<Tag>
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    targetConfiguration EvaluationFormTargetConfiguration
    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
    status EvaluationFormStatus
    The status of the evaluation form. Allowed values: DRAFT | ACTIVE
    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.
    languageConfiguration EvaluationFormLanguageConfiguration
    scoringStrategy EvaluationFormScoringStrategy
    A scoring strategy of the evaluation form.
    tags Tag[]
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    targetConfiguration EvaluationFormTargetConfiguration
    instance_arn str
    The identifier of the Amazon Connect instance.
    items Sequence[EvaluationFormBaseItemArgs]
    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
    status EvaluationFormStatus
    The status of the evaluation form. Allowed values: DRAFT | ACTIVE
    title str
    A title of the evaluation form.
    auto_evaluation_configuration EvaluationFormAutoEvaluationConfigurationArgs
    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.
    language_configuration EvaluationFormLanguageConfigurationArgs
    scoring_strategy EvaluationFormScoringStrategyArgs
    A scoring strategy of the evaluation form.
    tags Sequence[TagArgs]
    The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
    target_configuration EvaluationFormTargetConfigurationArgs
    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
    status "DRAFT" | "ACTIVE"
    The status of the evaluation form. Allowed values: DRAFT | ACTIVE
    title String
    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.
    languageConfiguration Property Map
    scoringStrategy Property Map
    A scoring strategy of the evaluation form.
    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

    Outputs

    All input properties are implicitly available as output properties. Additionally, the EvaluationForm resource produces the following output properties:

    EvaluationFormArn string
    The Amazon Resource Name (ARN) of the evaluation form.
    Id string
    The provider-assigned unique ID for this managed resource.
    EvaluationFormArn string
    The Amazon Resource Name (ARN) of the evaluation form.
    Id string
    The provider-assigned unique ID for this managed resource.
    evaluationFormArn String
    The Amazon Resource Name (ARN) of the evaluation form.
    id String
    The provider-assigned unique ID for this managed resource.
    evaluationFormArn string
    The Amazon Resource Name (ARN) of the evaluation form.
    id string
    The provider-assigned unique ID for this managed resource.
    evaluation_form_arn str
    The Amazon Resource Name (ARN) of the evaluation form.
    id str
    The provider-assigned unique ID for this managed resource.
    evaluationFormArn String
    The Amazon Resource Name (ARN) of the evaluation form.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    EvaluationFormAutoEvaluationConfiguration, EvaluationFormAutoEvaluationConfigurationArgs

    Configuration information about automated evaluations.
    Enabled bool
    Enabled bool
    enabled Boolean
    enabled boolean
    enabled bool
    enabled Boolean

    EvaluationFormAutomaticFailConfiguration, EvaluationFormAutomaticFailConfigurationArgs

    Information about automatic fail configuration for an evaluation form.
    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, EvaluationFormBaseItemArgs

    An item at the root level. All items must be sections.
    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, EvaluationFormItemArgs

    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.
    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, EvaluationFormItemEnablementConditionArgs

    A condition for item enablement.
    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, EvaluationFormItemEnablementConditionOperandArgs

    An operand 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 EvaluationFormItemEnablementExpression
    An expression of the enablement condition.
    expression Property Map
    An expression of the enablement condition.

    EvaluationFormItemEnablementConditionOperator, EvaluationFormItemEnablementConditionOperatorArgs

    Or
    OR
    And
    AND
    EvaluationFormItemEnablementConditionOperatorOr
    OR
    EvaluationFormItemEnablementConditionOperatorAnd
    AND
    Or
    OR
    And
    AND
    Or
    OR
    And
    AND
    OR_
    OR
    AND_
    AND
    "OR"
    OR
    "AND"
    AND

    EvaluationFormItemEnablementConfiguration, EvaluationFormItemEnablementConfigurationArgs

    An item enablement configuration.
    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, EvaluationFormItemEnablementConfigurationActionArgs

    Disable
    DISABLE
    Enable
    ENABLE
    EvaluationFormItemEnablementConfigurationActionDisable
    DISABLE
    EvaluationFormItemEnablementConfigurationActionEnable
    ENABLE
    Disable
    DISABLE
    Enable
    ENABLE
    Disable
    DISABLE
    Enable
    ENABLE
    DISABLE
    DISABLE
    ENABLE
    ENABLE
    "DISABLE"
    DISABLE
    "ENABLE"
    ENABLE

    EvaluationFormItemEnablementConfigurationDefaultAction, EvaluationFormItemEnablementConfigurationDefaultActionArgs

    Disable
    DISABLE
    Enable
    ENABLE
    EvaluationFormItemEnablementConfigurationDefaultActionDisable
    DISABLE
    EvaluationFormItemEnablementConfigurationDefaultActionEnable
    ENABLE
    Disable
    DISABLE
    Enable
    ENABLE
    Disable
    DISABLE
    Enable
    ENABLE
    DISABLE
    DISABLE
    ENABLE
    ENABLE
    "DISABLE"
    DISABLE
    "ENABLE"
    ENABLE

    EvaluationFormItemEnablementExpression, EvaluationFormItemEnablementExpressionArgs

    An expression that defines a basic building block of conditional enablement.
    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, EvaluationFormItemEnablementExpressionComparatorArgs

    In
    IN
    NotIn
    NOT_IN
    AllIn
    ALL_IN
    Exact
    EXACT
    EvaluationFormItemEnablementExpressionComparatorIn
    IN
    EvaluationFormItemEnablementExpressionComparatorNotIn
    NOT_IN
    EvaluationFormItemEnablementExpressionComparatorAllIn
    ALL_IN
    EvaluationFormItemEnablementExpressionComparatorExact
    EXACT
    In
    IN
    NotIn
    NOT_IN
    AllIn
    ALL_IN
    Exact
    EXACT
    In
    IN
    NotIn
    NOT_IN
    AllIn
    ALL_IN
    Exact
    EXACT
    IN_
    IN
    NOT_IN
    NOT_IN
    ALL_IN
    ALL_IN
    EXACT
    EXACT
    "IN"
    IN
    "NOT_IN"
    NOT_IN
    "ALL_IN"
    ALL_IN
    "EXACT"
    EXACT

    EvaluationFormItemEnablementSource, EvaluationFormItemEnablementSourceArgs

    An enablement expression source item.
    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, EvaluationFormItemEnablementSourceTypeArgs

    QuestionRefId
    QUESTION_REF_ID
    EvaluationFormItemEnablementSourceTypeQuestionRefId
    QUESTION_REF_ID
    QuestionRefId
    QUESTION_REF_ID
    QuestionRefId
    QUESTION_REF_ID
    QUESTION_REF_ID
    QUESTION_REF_ID
    "QUESTION_REF_ID"
    QUESTION_REF_ID

    EvaluationFormItemEnablementSourceValue, EvaluationFormItemEnablementSourceValueArgs

    An enablement expression source value.
    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, EvaluationFormItemEnablementSourceValueTypeArgs

    OptionRefId
    OPTION_REF_ID
    EvaluationFormItemEnablementSourceValueTypeOptionRefId
    OPTION_REF_ID
    OptionRefId
    OPTION_REF_ID
    OptionRefId
    OPTION_REF_ID
    OPTION_REF_ID
    OPTION_REF_ID
    "OPTION_REF_ID"
    OPTION_REF_ID

    EvaluationFormLanguageConfiguration, EvaluationFormLanguageConfigurationArgs

    EvaluationFormLanguageConfigurationFormLanguage, EvaluationFormLanguageConfigurationFormLanguageArgs

    DeDe
    de-DE
    EnUs
    en-US
    EsEs
    es-ES
    FrFr
    fr-FR
    ItIt
    it-IT
    PtBr
    pt-BR
    EvaluationFormLanguageConfigurationFormLanguageDeDe
    de-DE
    EvaluationFormLanguageConfigurationFormLanguageEnUs
    en-US
    EvaluationFormLanguageConfigurationFormLanguageEsEs
    es-ES
    EvaluationFormLanguageConfigurationFormLanguageFrFr
    fr-FR
    EvaluationFormLanguageConfigurationFormLanguageItIt
    it-IT
    EvaluationFormLanguageConfigurationFormLanguagePtBr
    pt-BR
    DeDe
    de-DE
    EnUs
    en-US
    EsEs
    es-ES
    FrFr
    fr-FR
    ItIt
    it-IT
    PtBr
    pt-BR
    DeDe
    de-DE
    EnUs
    en-US
    EsEs
    es-ES
    FrFr
    fr-FR
    ItIt
    it-IT
    PtBr
    pt-BR
    DE_DE
    de-DE
    EN_US
    en-US
    ES_ES
    es-ES
    FR_FR
    fr-FR
    IT_IT
    it-IT
    PT_BR
    pt-BR
    "de-DE"
    de-DE
    "en-US"
    en-US
    "es-ES"
    es-ES
    "fr-FR"
    fr-FR
    "it-IT"
    it-IT
    "pt-BR"
    pt-BR

    EvaluationFormMultiSelectQuestionAutomation, EvaluationFormMultiSelectQuestionAutomationArgs

    Options List<Pulumi.AwsNative.Connect.Inputs.EvaluationFormMultiSelectQuestionAutomationOption>
    The answer options for the automation.
    AnswerSource Pulumi.AwsNative.Connect.Inputs.EvaluationFormQuestionAutomationAnswerSource
    The source of automation answer of the question.
    DefaultOptionRefIds List<string>
    The option reference identifiers of the default answers.
    Options []EvaluationFormMultiSelectQuestionAutomationOption
    The answer options for the automation.
    AnswerSource EvaluationFormQuestionAutomationAnswerSource
    The source of automation answer of the question.
    DefaultOptionRefIds []string
    The option reference identifiers of the default answers.
    options List<EvaluationFormMultiSelectQuestionAutomationOption>
    The answer options for the automation.
    answerSource EvaluationFormQuestionAutomationAnswerSource
    The source of automation answer of the question.
    defaultOptionRefIds List<String>
    The option reference identifiers of the default answers.
    options EvaluationFormMultiSelectQuestionAutomationOption[]
    The answer options for the automation.
    answerSource EvaluationFormQuestionAutomationAnswerSource
    The source of automation answer of the question.
    defaultOptionRefIds string[]
    The option reference identifiers of the default answers.
    options Sequence[EvaluationFormMultiSelectQuestionAutomationOption]
    The answer options for the automation.
    answer_source EvaluationFormQuestionAutomationAnswerSource
    The source of automation answer of the question.
    default_option_ref_ids Sequence[str]
    The option reference identifiers of the default answers.
    options List<Property Map>
    The answer options for the automation.
    answerSource Property Map
    The source of automation answer of the question.
    defaultOptionRefIds List<String>
    The option reference identifiers of the default answers.

    EvaluationFormMultiSelectQuestionAutomationOption, EvaluationFormMultiSelectQuestionAutomationOptionArgs

    RuleCategory EvaluationFormMultiSelectQuestionRuleCategoryAutomation
    The automation option based on Rules categories.
    ruleCategory EvaluationFormMultiSelectQuestionRuleCategoryAutomation
    The automation option based on Rules categories.
    ruleCategory EvaluationFormMultiSelectQuestionRuleCategoryAutomation
    The automation option based on Rules categories.
    rule_category EvaluationFormMultiSelectQuestionRuleCategoryAutomation
    The automation option based on Rules categories.
    ruleCategory Property Map
    The automation option based on Rules categories.

    EvaluationFormMultiSelectQuestionOption, EvaluationFormMultiSelectQuestionOptionArgs

    RefId string
    The identifier used to reference the option.
    Text string
    The title of the option.
    RefId string
    The identifier used to reference the option.
    Text string
    The title of the option.
    refId String
    The identifier used to reference the option.
    text String
    The title of the option.
    refId string
    The identifier used to reference the option.
    text string
    The title of the option.
    ref_id str
    The identifier used to reference the option.
    text str
    The title of the option.
    refId String
    The identifier used to reference the option.
    text String
    The title of the option.

    EvaluationFormMultiSelectQuestionProperties, EvaluationFormMultiSelectQuestionPropertiesArgs

    Options []EvaluationFormMultiSelectQuestionOption
    The list of options for the question.
    Automation EvaluationFormMultiSelectQuestionAutomation
    The automation properties for the multi-select question.
    DisplayAs EvaluationFormMultiSelectQuestionPropertiesDisplayAs
    The display mode of the multi-select question.
    options List<EvaluationFormMultiSelectQuestionOption>
    The list of options for the question.
    automation EvaluationFormMultiSelectQuestionAutomation
    The automation properties for the multi-select question.
    displayAs EvaluationFormMultiSelectQuestionPropertiesDisplayAs
    The display mode of the multi-select question.
    options EvaluationFormMultiSelectQuestionOption[]
    The list of options for the question.
    automation EvaluationFormMultiSelectQuestionAutomation
    The automation properties for the multi-select question.
    displayAs EvaluationFormMultiSelectQuestionPropertiesDisplayAs
    The display mode of the multi-select question.
    options Sequence[EvaluationFormMultiSelectQuestionOption]
    The list of options for the question.
    automation EvaluationFormMultiSelectQuestionAutomation
    The automation properties for the multi-select question.
    display_as EvaluationFormMultiSelectQuestionPropertiesDisplayAs
    The display mode of the multi-select question.
    options List<Property Map>
    The list of options for the question.
    automation Property Map
    The automation properties for the multi-select question.
    displayAs "DROPDOWN" | "CHECKBOX"
    The display mode of the multi-select question.

    EvaluationFormMultiSelectQuestionPropertiesDisplayAs, EvaluationFormMultiSelectQuestionPropertiesDisplayAsArgs

    Dropdown
    DROPDOWN
    Checkbox
    CHECKBOX
    EvaluationFormMultiSelectQuestionPropertiesDisplayAsDropdown
    DROPDOWN
    EvaluationFormMultiSelectQuestionPropertiesDisplayAsCheckbox
    CHECKBOX
    Dropdown
    DROPDOWN
    Checkbox
    CHECKBOX
    Dropdown
    DROPDOWN
    Checkbox
    CHECKBOX
    DROPDOWN
    DROPDOWN
    CHECKBOX
    CHECKBOX
    "DROPDOWN"
    DROPDOWN
    "CHECKBOX"
    CHECKBOX

    EvaluationFormMultiSelectQuestionRuleCategoryAutomation, EvaluationFormMultiSelectQuestionRuleCategoryAutomationArgs

    Category string
    The category name as defined in Rules.
    Condition Pulumi.AwsNative.Connect.EvaluationFormMultiSelectQuestionRuleCategoryAutomationCondition
    The automation condition applied on contact categories.
    OptionRefIds List<string>
    The option identifiers referencing the options to be selected when the automation option is triggered.
    Category string
    The category name as defined in Rules.
    Condition EvaluationFormMultiSelectQuestionRuleCategoryAutomationCondition
    The automation condition applied on contact categories.
    OptionRefIds []string
    The option identifiers referencing the options to be selected when the automation option is triggered.
    category String
    The category name as defined in Rules.
    condition EvaluationFormMultiSelectQuestionRuleCategoryAutomationCondition
    The automation condition applied on contact categories.
    optionRefIds List<String>
    The option identifiers referencing the options to be selected when the automation option is triggered.
    category string
    The category name as defined in Rules.
    condition EvaluationFormMultiSelectQuestionRuleCategoryAutomationCondition
    The automation condition applied on contact categories.
    optionRefIds string[]
    The option identifiers referencing the options to be selected when the automation option is triggered.
    category str
    The category name as defined in Rules.
    condition EvaluationFormMultiSelectQuestionRuleCategoryAutomationCondition
    The automation condition applied on contact categories.
    option_ref_ids Sequence[str]
    The option identifiers referencing the options to be selected when the automation option is triggered.
    category String
    The category name as defined in Rules.
    condition "PRESENT" | "NOT_PRESENT"
    The automation condition applied on contact categories.
    optionRefIds List<String>
    The option identifiers referencing the options to be selected when the automation option is triggered.

    EvaluationFormMultiSelectQuestionRuleCategoryAutomationCondition, EvaluationFormMultiSelectQuestionRuleCategoryAutomationConditionArgs

    Present
    PRESENT
    NotPresent
    NOT_PRESENT
    EvaluationFormMultiSelectQuestionRuleCategoryAutomationConditionPresent
    PRESENT
    EvaluationFormMultiSelectQuestionRuleCategoryAutomationConditionNotPresent
    NOT_PRESENT
    Present
    PRESENT
    NotPresent
    NOT_PRESENT
    Present
    PRESENT
    NotPresent
    NOT_PRESENT
    PRESENT
    PRESENT
    NOT_PRESENT
    NOT_PRESENT
    "PRESENT"
    PRESENT
    "NOT_PRESENT"
    NOT_PRESENT

    EvaluationFormNumericQuestionAutomation, EvaluationFormNumericQuestionAutomationArgs

    Information about the automation configuration in numeric questions.
    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, EvaluationFormNumericQuestionOptionArgs

    Information about the option range used for scoring in numeric questions.
    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, EvaluationFormNumericQuestionPropertiesArgs

    Information about properties for a numeric question in an evaluation form.
    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, EvaluationFormNumericQuestionPropertyValueAutomationArgs

    Information about the property value used in automation of a numeric questions.

    EvaluationFormNumericQuestionPropertyValueAutomationLabel, EvaluationFormNumericQuestionPropertyValueAutomationLabelArgs

    OverallCustomerSentimentScore
    OVERALL_CUSTOMER_SENTIMENT_SCORE
    OverallAgentSentimentScore
    OVERALL_AGENT_SENTIMENT_SCORE
    NonTalkTime
    NON_TALK_TIME
    NonTalkTimePercentage
    NON_TALK_TIME_PERCENTAGE
    NumberOfInterruptions
    NUMBER_OF_INTERRUPTIONS
    ContactDuration
    CONTACT_DURATION
    AgentInteractionDuration
    AGENT_INTERACTION_DURATION
    CustomerHoldTime
    CUSTOMER_HOLD_TIME
    LongestHoldDuration
    LONGEST_HOLD_DURATION
    NumberOfHolds
    NUMBER_OF_HOLDS
    AgentInteractionAndHoldDuration
    AGENT_INTERACTION_AND_HOLD_DURATION
    CustomerSentimentScoreWithoutAgent
    CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT
    CustomerSentimentScoreWithAgent
    CUSTOMER_SENTIMENT_SCORE_WITH_AGENT
    EvaluationFormNumericQuestionPropertyValueAutomationLabelOverallCustomerSentimentScore
    OVERALL_CUSTOMER_SENTIMENT_SCORE
    EvaluationFormNumericQuestionPropertyValueAutomationLabelOverallAgentSentimentScore
    OVERALL_AGENT_SENTIMENT_SCORE
    EvaluationFormNumericQuestionPropertyValueAutomationLabelNonTalkTime
    NON_TALK_TIME
    EvaluationFormNumericQuestionPropertyValueAutomationLabelNonTalkTimePercentage
    NON_TALK_TIME_PERCENTAGE
    EvaluationFormNumericQuestionPropertyValueAutomationLabelNumberOfInterruptions
    NUMBER_OF_INTERRUPTIONS
    EvaluationFormNumericQuestionPropertyValueAutomationLabelContactDuration
    CONTACT_DURATION
    EvaluationFormNumericQuestionPropertyValueAutomationLabelAgentInteractionDuration
    AGENT_INTERACTION_DURATION
    EvaluationFormNumericQuestionPropertyValueAutomationLabelCustomerHoldTime
    CUSTOMER_HOLD_TIME
    EvaluationFormNumericQuestionPropertyValueAutomationLabelLongestHoldDuration
    LONGEST_HOLD_DURATION
    EvaluationFormNumericQuestionPropertyValueAutomationLabelNumberOfHolds
    NUMBER_OF_HOLDS
    EvaluationFormNumericQuestionPropertyValueAutomationLabelAgentInteractionAndHoldDuration
    AGENT_INTERACTION_AND_HOLD_DURATION
    EvaluationFormNumericQuestionPropertyValueAutomationLabelCustomerSentimentScoreWithoutAgent
    CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT
    EvaluationFormNumericQuestionPropertyValueAutomationLabelCustomerSentimentScoreWithAgent
    CUSTOMER_SENTIMENT_SCORE_WITH_AGENT
    OverallCustomerSentimentScore
    OVERALL_CUSTOMER_SENTIMENT_SCORE
    OverallAgentSentimentScore
    OVERALL_AGENT_SENTIMENT_SCORE
    NonTalkTime
    NON_TALK_TIME
    NonTalkTimePercentage
    NON_TALK_TIME_PERCENTAGE
    NumberOfInterruptions
    NUMBER_OF_INTERRUPTIONS
    ContactDuration
    CONTACT_DURATION
    AgentInteractionDuration
    AGENT_INTERACTION_DURATION
    CustomerHoldTime
    CUSTOMER_HOLD_TIME
    LongestHoldDuration
    LONGEST_HOLD_DURATION
    NumberOfHolds
    NUMBER_OF_HOLDS
    AgentInteractionAndHoldDuration
    AGENT_INTERACTION_AND_HOLD_DURATION
    CustomerSentimentScoreWithoutAgent
    CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT
    CustomerSentimentScoreWithAgent
    CUSTOMER_SENTIMENT_SCORE_WITH_AGENT
    OverallCustomerSentimentScore
    OVERALL_CUSTOMER_SENTIMENT_SCORE
    OverallAgentSentimentScore
    OVERALL_AGENT_SENTIMENT_SCORE
    NonTalkTime
    NON_TALK_TIME
    NonTalkTimePercentage
    NON_TALK_TIME_PERCENTAGE
    NumberOfInterruptions
    NUMBER_OF_INTERRUPTIONS
    ContactDuration
    CONTACT_DURATION
    AgentInteractionDuration
    AGENT_INTERACTION_DURATION
    CustomerHoldTime
    CUSTOMER_HOLD_TIME
    LongestHoldDuration
    LONGEST_HOLD_DURATION
    NumberOfHolds
    NUMBER_OF_HOLDS
    AgentInteractionAndHoldDuration
    AGENT_INTERACTION_AND_HOLD_DURATION
    CustomerSentimentScoreWithoutAgent
    CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT
    CustomerSentimentScoreWithAgent
    CUSTOMER_SENTIMENT_SCORE_WITH_AGENT
    OVERALL_CUSTOMER_SENTIMENT_SCORE
    OVERALL_CUSTOMER_SENTIMENT_SCORE
    OVERALL_AGENT_SENTIMENT_SCORE
    OVERALL_AGENT_SENTIMENT_SCORE
    NON_TALK_TIME
    NON_TALK_TIME
    NON_TALK_TIME_PERCENTAGE
    NON_TALK_TIME_PERCENTAGE
    NUMBER_OF_INTERRUPTIONS
    NUMBER_OF_INTERRUPTIONS
    CONTACT_DURATION
    CONTACT_DURATION
    AGENT_INTERACTION_DURATION
    AGENT_INTERACTION_DURATION
    CUSTOMER_HOLD_TIME
    CUSTOMER_HOLD_TIME
    LONGEST_HOLD_DURATION
    LONGEST_HOLD_DURATION
    NUMBER_OF_HOLDS
    NUMBER_OF_HOLDS
    AGENT_INTERACTION_AND_HOLD_DURATION
    AGENT_INTERACTION_AND_HOLD_DURATION
    CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT
    CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT
    CUSTOMER_SENTIMENT_SCORE_WITH_AGENT
    CUSTOMER_SENTIMENT_SCORE_WITH_AGENT
    "OVERALL_CUSTOMER_SENTIMENT_SCORE"
    OVERALL_CUSTOMER_SENTIMENT_SCORE
    "OVERALL_AGENT_SENTIMENT_SCORE"
    OVERALL_AGENT_SENTIMENT_SCORE
    "NON_TALK_TIME"
    NON_TALK_TIME
    "NON_TALK_TIME_PERCENTAGE"
    NON_TALK_TIME_PERCENTAGE
    "NUMBER_OF_INTERRUPTIONS"
    NUMBER_OF_INTERRUPTIONS
    "CONTACT_DURATION"
    CONTACT_DURATION
    "AGENT_INTERACTION_DURATION"
    AGENT_INTERACTION_DURATION
    "CUSTOMER_HOLD_TIME"
    CUSTOMER_HOLD_TIME
    "LONGEST_HOLD_DURATION"
    LONGEST_HOLD_DURATION
    "NUMBER_OF_HOLDS"
    NUMBER_OF_HOLDS
    "AGENT_INTERACTION_AND_HOLD_DURATION"
    AGENT_INTERACTION_AND_HOLD_DURATION
    "CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT"
    CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT
    "CUSTOMER_SENTIMENT_SCORE_WITH_AGENT"
    CUSTOMER_SENTIMENT_SCORE_WITH_AGENT

    EvaluationFormQuestion, EvaluationFormQuestionArgs

    Information about a question from an evaluation form.
    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, EvaluationFormQuestionAutomationAnswerSourceArgs

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

    EvaluationFormQuestionAutomationAnswerSourceSourceType, EvaluationFormQuestionAutomationAnswerSourceSourceTypeArgs

    ContactLensData
    CONTACT_LENS_DATA
    GenAi
    GEN_AI
    EvaluationFormQuestionAutomationAnswerSourceSourceTypeContactLensData
    CONTACT_LENS_DATA
    EvaluationFormQuestionAutomationAnswerSourceSourceTypeGenAi
    GEN_AI
    ContactLensData
    CONTACT_LENS_DATA
    GenAi
    GEN_AI
    ContactLensData
    CONTACT_LENS_DATA
    GenAi
    GEN_AI
    CONTACT_LENS_DATA
    CONTACT_LENS_DATA
    GEN_AI
    GEN_AI
    "CONTACT_LENS_DATA"
    CONTACT_LENS_DATA
    "GEN_AI"
    GEN_AI

    EvaluationFormQuestionQuestionType, EvaluationFormQuestionQuestionTypeArgs

    Numeric
    NUMERIC
    Singleselect
    SINGLESELECT
    Text
    TEXT
    Multiselect
    MULTISELECT
    Datetime
    DATETIME
    EvaluationFormQuestionQuestionTypeNumeric
    NUMERIC
    EvaluationFormQuestionQuestionTypeSingleselect
    SINGLESELECT
    EvaluationFormQuestionQuestionTypeText
    TEXT
    EvaluationFormQuestionQuestionTypeMultiselect
    MULTISELECT
    EvaluationFormQuestionQuestionTypeDatetime
    DATETIME
    Numeric
    NUMERIC
    Singleselect
    SINGLESELECT
    Text
    TEXT
    Multiselect
    MULTISELECT
    Datetime
    DATETIME
    Numeric
    NUMERIC
    Singleselect
    SINGLESELECT
    Text
    TEXT
    Multiselect
    MULTISELECT
    Datetime
    DATETIME
    NUMERIC
    NUMERIC
    SINGLESELECT
    SINGLESELECT
    TEXT
    TEXT
    MULTISELECT
    MULTISELECT
    DATETIME
    DATETIME
    "NUMERIC"
    NUMERIC
    "SINGLESELECT"
    SINGLESELECT
    "TEXT"
    TEXT
    "MULTISELECT"
    MULTISELECT
    "DATETIME"
    DATETIME

    EvaluationFormQuestionTypeProperties, EvaluationFormQuestionTypePropertiesArgs

    Information about properties for a question in an evaluation form. The question type properties must be either for a numeric question or a single select question.
    multiSelect Property Map
    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, EvaluationFormScoringStrategyArgs

    A scoring strategy of the evaluation form.
    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, EvaluationFormScoringStrategyModeArgs

    QuestionOnly
    QUESTION_ONLY
    SectionOnly
    SECTION_ONLY
    EvaluationFormScoringStrategyModeQuestionOnly
    QUESTION_ONLY
    EvaluationFormScoringStrategyModeSectionOnly
    SECTION_ONLY
    QuestionOnly
    QUESTION_ONLY
    SectionOnly
    SECTION_ONLY
    QuestionOnly
    QUESTION_ONLY
    SectionOnly
    SECTION_ONLY
    QUESTION_ONLY
    QUESTION_ONLY
    SECTION_ONLY
    SECTION_ONLY
    "QUESTION_ONLY"
    QUESTION_ONLY
    "SECTION_ONLY"
    SECTION_ONLY

    EvaluationFormScoringStrategyStatus, EvaluationFormScoringStrategyStatusArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    EvaluationFormScoringStrategyStatusEnabled
    ENABLED
    EvaluationFormScoringStrategyStatusDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    EvaluationFormSection, EvaluationFormSectionArgs

    Information about a section from an evaluation form. A section can contain sections and/or questions. Evaluation forms can only contain sections and subsections (two level nesting).
    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, EvaluationFormSingleSelectQuestionAutomationArgs

    Information about the automation configuration in single select questions. Automation options are evaluated in order, and the first matched option is applied. If no automation option matches, and there is a default option, then the default option is applied.
    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, EvaluationFormSingleSelectQuestionAutomationOptionArgs

    The automation options of the single select question.
    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, EvaluationFormSingleSelectQuestionOptionArgs

    Information about the automation configuration in single select questions.
    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, EvaluationFormSingleSelectQuestionPropertiesArgs

    Information about the options in single select questions.
    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, EvaluationFormSingleSelectQuestionPropertiesDisplayAsArgs

    Dropdown
    DROPDOWN
    Radio
    RADIO
    EvaluationFormSingleSelectQuestionPropertiesDisplayAsDropdown
    DROPDOWN
    EvaluationFormSingleSelectQuestionPropertiesDisplayAsRadio
    RADIO
    Dropdown
    DROPDOWN
    Radio
    RADIO
    Dropdown
    DROPDOWN
    Radio
    RADIO
    DROPDOWN
    DROPDOWN
    RADIO
    RADIO
    "DROPDOWN"
    DROPDOWN
    "RADIO"
    RADIO

    EvaluationFormSingleSelectQuestionRuleCategoryAutomation, EvaluationFormSingleSelectQuestionRuleCategoryAutomationArgs

    Information about the automation option based on a rule category for a single select question. Length Constraints: Minimum length of 1. Maximum length of 50.
    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, EvaluationFormSingleSelectQuestionRuleCategoryAutomationConditionArgs

    Present
    PRESENT
    NotPresent
    NOT_PRESENT
    EvaluationFormSingleSelectQuestionRuleCategoryAutomationConditionPresent
    PRESENT
    EvaluationFormSingleSelectQuestionRuleCategoryAutomationConditionNotPresent
    NOT_PRESENT
    Present
    PRESENT
    NotPresent
    NOT_PRESENT
    Present
    PRESENT
    NotPresent
    NOT_PRESENT
    PRESENT
    PRESENT
    NOT_PRESENT
    NOT_PRESENT
    "PRESENT"
    PRESENT
    "NOT_PRESENT"
    NOT_PRESENT

    EvaluationFormStatus, EvaluationFormStatusArgs

    Draft
    DRAFT
    Active
    ACTIVE
    EvaluationFormStatusDraft
    DRAFT
    EvaluationFormStatusActive
    ACTIVE
    Draft
    DRAFT
    Active
    ACTIVE
    Draft
    DRAFT
    Active
    ACTIVE
    DRAFT
    DRAFT
    ACTIVE
    ACTIVE
    "DRAFT"
    DRAFT
    "ACTIVE"
    ACTIVE

    EvaluationFormTargetConfiguration, EvaluationFormTargetConfigurationArgs

    contactInteractionType "AGENT" | "AUTOMATED"
    The interaction type of a contact

    EvaluationFormTargetConfigurationContactInteractionType, EvaluationFormTargetConfigurationContactInteractionTypeArgs

    Agent
    AGENT
    Automated
    AUTOMATED
    EvaluationFormTargetConfigurationContactInteractionTypeAgent
    AGENT
    EvaluationFormTargetConfigurationContactInteractionTypeAutomated
    AUTOMATED
    Agent
    AGENT
    Automated
    AUTOMATED
    Agent
    AGENT
    Automated
    AUTOMATED
    AGENT
    AGENT
    AUTOMATED
    AUTOMATED
    "AGENT"
    AGENT
    "AUTOMATED"
    AUTOMATED

    EvaluationFormTextQuestionAutomation, EvaluationFormTextQuestionAutomationArgs

    Information about the automation configuration in text questions.
    answerSource Property Map
    Automation answer source.

    EvaluationFormTextQuestionProperties, EvaluationFormTextQuestionPropertiesArgs

    Information about properties for a text question in an evaluation form.
    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, TagArgs

    A set of tags to apply to the resource.
    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.40.0 published on Thursday, Dec 11, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate