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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.connect.EvaluationForm

Explore with Pulumi AI

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 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,
                   description: Optional[str] = None,
                   scoring_strategy: Optional[EvaluationFormScoringStrategyArgs] = None,
                   tags: Optional[Sequence[_root_inputs.TagArgs]] = 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 This property is required. string
The unique name of the resource.
args This property is required. EvaluationFormArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. EvaluationFormArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. EvaluationFormArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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 This property is required. string
The identifier of the Amazon Connect instance.
Items This property is required. 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 This property is required. Pulumi.AwsNative.Connect.EvaluationFormStatus
The status of the evaluation form. Allowed values: DRAFT | ACTIVE
Title This property is required. string
A title of the evaluation form.
Description string
The description of the evaluation form. Length Constraints: Minimum length of 0. Maximum length of 1024.
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"} }.
InstanceArn This property is required. string
The identifier of the Amazon Connect instance.
Items This property is required. []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 This property is required. EvaluationFormStatus
The status of the evaluation form. Allowed values: DRAFT | ACTIVE
Title This property is required. string
A title of the evaluation form.
Description string
The description of the evaluation form. Length Constraints: Minimum length of 0. Maximum length of 1024.
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"} }.
instanceArn This property is required. String
The identifier of the Amazon Connect instance.
items This property is required. 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 This property is required. EvaluationFormStatus
The status of the evaluation form. Allowed values: DRAFT | ACTIVE
title This property is required. String
A title of the evaluation form.
description String
The description of the evaluation form. Length Constraints: Minimum length of 0. Maximum length of 1024.
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"} }.
instanceArn This property is required. string
The identifier of the Amazon Connect instance.
items This property is required. 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 This property is required. EvaluationFormStatus
The status of the evaluation form. Allowed values: DRAFT | ACTIVE
title This property is required. string
A title of the evaluation form.
description string
The description of the evaluation form. Length Constraints: Minimum length of 0. Maximum length of 1024.
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"} }.
instance_arn This property is required. str
The identifier of the Amazon Connect instance.
items This property is required. 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 This property is required. EvaluationFormStatus
The status of the evaluation form. Allowed values: DRAFT | ACTIVE
title This property is required. str
A title of the evaluation form.
description str
The description of the evaluation form. Length Constraints: Minimum length of 0. Maximum length of 1024.
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"} }.
instanceArn This property is required. String
The identifier of the Amazon Connect instance.
items This property is required. 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 This property is required. "DRAFT" | "ACTIVE"
The status of the evaluation form. Allowed values: DRAFT | ACTIVE
title This property is required. String
A title of the evaluation form.
description String
The description of the evaluation form. Length Constraints: Minimum length of 0. Maximum length of 1024.
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"} }.

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

EvaluationFormBaseItem
, EvaluationFormBaseItemArgs

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

EvaluationFormItem
, EvaluationFormItemArgs

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.

EvaluationFormNumericQuestionAutomation
, EvaluationFormNumericQuestionAutomationArgs

PropertyValue This property is required. Pulumi.AwsNative.Connect.Inputs.EvaluationFormNumericQuestionPropertyValueAutomation
The property value of the automation.
PropertyValue This property is required. EvaluationFormNumericQuestionPropertyValueAutomation
The property value of the automation.
propertyValue This property is required. EvaluationFormNumericQuestionPropertyValueAutomation
The property value of the automation.
propertyValue This property is required. EvaluationFormNumericQuestionPropertyValueAutomation
The property value of the automation.
property_value This property is required. EvaluationFormNumericQuestionPropertyValueAutomation
The property value of the automation.
propertyValue This property is required. Property Map
The property value of the automation.

EvaluationFormNumericQuestionOption
, EvaluationFormNumericQuestionOptionArgs

MaxValue This property is required. int
The maximum answer value of the range option.
MinValue This property is required. 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.
Score int
The score assigned to answer values within the range option. Minimum: 0 Maximum: 10
MaxValue This property is required. int
The maximum answer value of the range option.
MinValue This property is required. 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.
Score int
The score assigned to answer values within the range option. Minimum: 0 Maximum: 10
maxValue This property is required. Integer
The maximum answer value of the range option.
minValue This property is required. 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.
score Integer
The score assigned to answer values within the range option. Minimum: 0 Maximum: 10
maxValue This property is required. number
The maximum answer value of the range option.
minValue This property is required. 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.
score number
The score assigned to answer values within the range option. Minimum: 0 Maximum: 10
max_value This property is required. int
The maximum answer value of the range option.
min_value This property is required. 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.
score int
The score assigned to answer values within the range option. Minimum: 0 Maximum: 10
maxValue This property is required. Number
The maximum answer value of the range option.
minValue This property is required. 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.
score Number
The score assigned to answer values within the range option. Minimum: 0 Maximum: 10

EvaluationFormNumericQuestionProperties
, EvaluationFormNumericQuestionPropertiesArgs

MaxValue This property is required. int
The maximum answer value.
MinValue This property is required. 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 This property is required. int
The maximum answer value.
MinValue This property is required. int
The minimum answer value.
Automation EvaluationFormNumericQuestionAutomation
The automation properties of the numeric question.
Options []EvaluationFormNumericQuestionOption
The scoring options of the numeric question.
maxValue This property is required. Integer
The maximum answer value.
minValue This property is required. 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 This property is required. number
The maximum answer value.
minValue This property is required. 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 This property is required. int
The maximum answer value.
min_value This property is required. 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 This property is required. Number
The maximum answer value.
minValue This property is required. 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

Label This property is required. Pulumi.AwsNative.Connect.EvaluationFormNumericQuestionPropertyValueAutomationLabel
The property label of the automation.
Label This property is required. EvaluationFormNumericQuestionPropertyValueAutomationLabel
The property label of the automation.
label This property is required. EvaluationFormNumericQuestionPropertyValueAutomationLabel
The property label of the automation.
label This property is required. EvaluationFormNumericQuestionPropertyValueAutomationLabel
The property label of the automation.
label This property is required. EvaluationFormNumericQuestionPropertyValueAutomationLabel
The property label of the automation.

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
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
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
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
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
"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

EvaluationFormQuestion
, EvaluationFormQuestionArgs

QuestionType This property is required. Pulumi.AwsNative.Connect.EvaluationFormQuestionQuestionType
The type of the question. Allowed values: NUMERIC | SINGLESELECT | TEXT
RefId This property is required. 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 This property is required. string
The title of the question. Length Constraints: Minimum length of 1. Maximum length of 350.
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 This property is required. EvaluationFormQuestionQuestionType
The type of the question. Allowed values: NUMERIC | SINGLESELECT | TEXT
RefId This property is required. 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 This property is required. string
The title of the question. Length Constraints: Minimum length of 1. Maximum length of 350.
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 This property is required. EvaluationFormQuestionQuestionType
The type of the question. Allowed values: NUMERIC | SINGLESELECT | TEXT
refId This property is required. 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 This property is required. String
The title of the question. Length Constraints: Minimum length of 1. Maximum length of 350.
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 This property is required. EvaluationFormQuestionQuestionType
The type of the question. Allowed values: NUMERIC | SINGLESELECT | TEXT
refId This property is required. 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 This property is required. string
The title of the question. Length Constraints: Minimum length of 1. Maximum length of 350.
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 This property is required. EvaluationFormQuestionQuestionType
The type of the question. Allowed values: NUMERIC | SINGLESELECT | TEXT
ref_id This property is required. 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 This property is required. str
The title of the question. Length Constraints: Minimum length of 1. Maximum length of 350.
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 This property is required. "NUMERIC" | "SINGLESELECT" | "TEXT"
The type of the question. Allowed values: NUMERIC | SINGLESELECT | TEXT
refId This property is required. 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 This property is required. String
The title of the question. Length Constraints: Minimum length of 1. Maximum length of 350.
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

EvaluationFormQuestionQuestionType
, EvaluationFormQuestionQuestionTypeArgs

Numeric
NUMERIC
Singleselect
SINGLESELECT
Text
TEXT
EvaluationFormQuestionQuestionTypeNumeric
NUMERIC
EvaluationFormQuestionQuestionTypeSingleselect
SINGLESELECT
EvaluationFormQuestionQuestionTypeText
TEXT
Numeric
NUMERIC
Singleselect
SINGLESELECT
Text
TEXT
Numeric
NUMERIC
Singleselect
SINGLESELECT
Text
TEXT
NUMERIC
NUMERIC
SINGLESELECT
SINGLESELECT
TEXT
TEXT
"NUMERIC"
NUMERIC
"SINGLESELECT"
SINGLESELECT
"TEXT"
TEXT

EvaluationFormQuestionTypeProperties
, EvaluationFormQuestionTypePropertiesArgs

Numeric EvaluationFormNumericQuestionProperties
The properties of the numeric question.
SingleSelect EvaluationFormSingleSelectQuestionProperties
The properties of the numeric question.
numeric EvaluationFormNumericQuestionProperties
The properties of the numeric question.
singleSelect EvaluationFormSingleSelectQuestionProperties
The properties of the numeric question.
numeric EvaluationFormNumericQuestionProperties
The properties of the numeric question.
singleSelect EvaluationFormSingleSelectQuestionProperties
The properties of the numeric question.
numeric EvaluationFormNumericQuestionProperties
The properties of the numeric question.
single_select EvaluationFormSingleSelectQuestionProperties
The properties of the numeric question.
numeric Property Map
The properties of the numeric question.
singleSelect Property Map
The properties of the numeric question.

EvaluationFormScoringStrategy
, EvaluationFormScoringStrategyArgs

Mode This property is required. Pulumi.AwsNative.Connect.EvaluationFormScoringStrategyMode
The scoring mode of the evaluation form. Allowed values: QUESTION_ONLY | SECTION_ONLY
Status This property is required. Pulumi.AwsNative.Connect.EvaluationFormScoringStrategyStatus
The scoring status of the evaluation form. Allowed values: ENABLED | DISABLED
Mode This property is required. EvaluationFormScoringStrategyMode
The scoring mode of the evaluation form. Allowed values: QUESTION_ONLY | SECTION_ONLY
Status This property is required. EvaluationFormScoringStrategyStatus
The scoring status of the evaluation form. Allowed values: ENABLED | DISABLED
mode This property is required. EvaluationFormScoringStrategyMode
The scoring mode of the evaluation form. Allowed values: QUESTION_ONLY | SECTION_ONLY
status This property is required. EvaluationFormScoringStrategyStatus
The scoring status of the evaluation form. Allowed values: ENABLED | DISABLED
mode This property is required. EvaluationFormScoringStrategyMode
The scoring mode of the evaluation form. Allowed values: QUESTION_ONLY | SECTION_ONLY
status This property is required. EvaluationFormScoringStrategyStatus
The scoring status of the evaluation form. Allowed values: ENABLED | DISABLED
mode This property is required. EvaluationFormScoringStrategyMode
The scoring mode of the evaluation form. Allowed values: QUESTION_ONLY | SECTION_ONLY
status This property is required. EvaluationFormScoringStrategyStatus
The scoring status of the evaluation form. Allowed values: ENABLED | DISABLED
mode This property is required. "QUESTION_ONLY" | "SECTION_ONLY"
The scoring mode of the evaluation form. Allowed values: QUESTION_ONLY | SECTION_ONLY
status This property is required. "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

RefId This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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

Options This property is required. List<Pulumi.AwsNative.Connect.Inputs.EvaluationFormSingleSelectQuestionAutomationOption>
The automation options of the single select question. Minimum: 1 Maximum: 20
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 This property is required. []EvaluationFormSingleSelectQuestionAutomationOption
The automation options of the single select question. Minimum: 1 Maximum: 20
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 This property is required. List<EvaluationFormSingleSelectQuestionAutomationOption>
The automation options of the single select question. Minimum: 1 Maximum: 20
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 This property is required. EvaluationFormSingleSelectQuestionAutomationOption[]
The automation options of the single select question. Minimum: 1 Maximum: 20
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 This property is required. Sequence[EvaluationFormSingleSelectQuestionAutomationOption]
The automation options of the single select question. Minimum: 1 Maximum: 20
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 This property is required. List<Property Map>
The automation options of the single select question. Minimum: 1 Maximum: 20
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

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

EvaluationFormSingleSelectQuestionOption
, EvaluationFormSingleSelectQuestionOptionArgs

RefId This property is required. 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 This property is required. 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.
Score int
The score assigned to the answer option. Minimum: 0 Maximum: 10
RefId This property is required. 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 This property is required. 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.
Score int
The score assigned to the answer option. Minimum: 0 Maximum: 10
refId This property is required. 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 This property is required. 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.
score Integer
The score assigned to the answer option. Minimum: 0 Maximum: 10
refId This property is required. 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 This property is required. 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.
score number
The score assigned to the answer option. Minimum: 0 Maximum: 10
ref_id This property is required. 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 This property is required. 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.
score int
The score assigned to the answer option. Minimum: 0 Maximum: 10
refId This property is required. 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 This property is required. 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.
score Number
The score assigned to the answer option. Minimum: 0 Maximum: 10

EvaluationFormSingleSelectQuestionProperties
, EvaluationFormSingleSelectQuestionPropertiesArgs

Options This property is required. 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 This property is required. []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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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

Category This property is required. string
The category name, as defined in Rules. Minimum: 1 Maximum: 50
Condition This property is required. 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 This property is required. 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 This property is required. string
The category name, as defined in Rules. Minimum: 1 Maximum: 50
Condition This property is required. 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 This property is required. 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 This property is required. String
The category name, as defined in Rules. Minimum: 1 Maximum: 50
condition This property is required. 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 This property is required. 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 This property is required. string
The category name, as defined in Rules. Minimum: 1 Maximum: 50
condition This property is required. 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 This property is required. 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 This property is required. str
The category name, as defined in Rules. Minimum: 1 Maximum: 50
condition This property is required. 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 This property is required. 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 This property is required. String
The category name, as defined in Rules. Minimum: 1 Maximum: 50
condition This property is required. "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 This property is required. 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

Tag
, TagArgs

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

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

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi