AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.connect.EvaluationForm
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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 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
The EvaluationForm resource accepts the following input properties:
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Items
List<Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Base Item> - 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.
Aws Native. Connect. Evaluation Form Status - The status of the evaluation form.
Allowed values:
DRAFT
|ACTIVE
- Title 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.
- Scoring
Strategy Pulumi.Aws Native. Connect. Inputs. Evaluation Form Scoring Strategy - A scoring strategy of the evaluation form.
- List<Pulumi.
Aws Native. Inputs. Tag> - The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Items
[]Evaluation
Form Base Item Args - 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
Evaluation
Form Status - The status of the evaluation form.
Allowed values:
DRAFT
|ACTIVE
- Title 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.
- Scoring
Strategy EvaluationForm Scoring Strategy Args - A scoring strategy of the evaluation form.
- Tag
Args - The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- instance
Arn String - The identifier of the Amazon Connect instance.
- items
List<Evaluation
Form Base Item> - 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
Evaluation
Form Status - The status of the evaluation form.
Allowed values:
DRAFT
|ACTIVE
- title 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.
- scoring
Strategy EvaluationForm Scoring Strategy - A scoring strategy of the evaluation form.
- List<Tag>
- The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- instance
Arn string - The identifier of the Amazon Connect instance.
- items
Evaluation
Form Base Item[] - 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
Evaluation
Form Status - The status of the evaluation form.
Allowed values:
DRAFT
|ACTIVE
- title 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.
- scoring
Strategy EvaluationForm Scoring Strategy - A scoring strategy of the evaluation form.
- Tag[]
- The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- instance_
arn str - The identifier of the Amazon Connect instance.
- items
Sequence[Evaluation
Form Base Item Args] - 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
Evaluation
Form Status - The status of the evaluation form.
Allowed values:
DRAFT
|ACTIVE
- title 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 EvaluationForm Scoring Strategy Args - A scoring strategy of the evaluation form.
- Sequence[Tag
Args] - The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- instance
Arn 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.
- description String
- The description of the evaluation form. Length Constraints: Minimum length of 0. Maximum length of 1024.
- scoring
Strategy Property Map - A scoring strategy of the evaluation form.
- 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:
- Evaluation
Form stringArn - The Amazon Resource Name (ARN) of the evaluation form.
- Id string
- The provider-assigned unique ID for this managed resource.
- Evaluation
Form stringArn - The Amazon Resource Name (ARN) of the evaluation form.
- Id string
- The provider-assigned unique ID for this managed resource.
- evaluation
Form StringArn - The Amazon Resource Name (ARN) of the evaluation form.
- id String
- The provider-assigned unique ID for this managed resource.
- evaluation
Form stringArn - The Amazon Resource Name (ARN) of the evaluation form.
- id string
- The provider-assigned unique ID for this managed resource.
- evaluation_
form_ strarn - The Amazon Resource Name (ARN) of the evaluation form.
- id str
- The provider-assigned unique ID for this managed resource.
- evaluation
Form StringArn - 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
Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Section - A subsection or inner section of an item.
- Section
Evaluation
Form Section - A subsection or inner section of an item.
- section
Evaluation
Form Section - A subsection or inner section of an item.
- section
Evaluation
Form Section - A subsection or inner section of an item.
- section
Evaluation
Form Section - A subsection or inner section of an item.
- section Property Map
- A subsection or inner section of an item.
EvaluationFormItem, EvaluationFormItemArgs
- Question
Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Question - The information of the question.
- Section
Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Section - The information of the section.
- Question
Evaluation
Form Question - The information of the question.
- Section
Evaluation
Form Section - The information of the section.
- question
Evaluation
Form Question - The information of the question.
- section
Evaluation
Form Section - The information of the section.
- question
Evaluation
Form Question - The information of the question.
- section
Evaluation
Form Section - The information of the section.
- question
Evaluation
Form Question - The information of the question.
- section
Evaluation
Form Section - The information of the section.
- question Property Map
- The information of the question.
- section Property Map
- The information of the section.
EvaluationFormNumericQuestionAutomation, EvaluationFormNumericQuestionAutomationArgs
- Property
Value Pulumi.Aws Native. Connect. Inputs. Evaluation Form Numeric Question Property Value Automation - The property value of the automation.
- Property
Value EvaluationForm Numeric Question Property Value Automation - The property value of the automation.
- property
Value EvaluationForm Numeric Question Property Value Automation - The property value of the automation.
- property
Value EvaluationForm Numeric Question Property Value Automation - The property value of the automation.
- property_
value EvaluationForm Numeric Question Property Value Automation - The property value of the automation.
- property
Value Property Map - The property value of the automation.
EvaluationFormNumericQuestionOption, EvaluationFormNumericQuestionOptionArgs
- 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.
- Score int
- 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.
- Score int
- The score assigned to answer values within the range option. Minimum: 0 Maximum: 10
- max
Value Integer - The maximum answer value of the range option.
- min
Value Integer - The minimum answer value of the range option.
- automatic
Fail 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
- max
Value number - The maximum answer value of the range option.
- min
Value number - The minimum answer value of the range option.
- automatic
Fail 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 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.
- score int
- The score assigned to answer values within the range option. Minimum: 0 Maximum: 10
- max
Value Number - The maximum answer value of the range option.
- min
Value Number - The minimum answer value of the range option.
- automatic
Fail 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
- Max
Value int - The maximum answer value.
- Min
Value int - The minimum answer value.
- Automation
Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Numeric Question Automation - The automation properties of the numeric question.
- Options
List<Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Numeric Question Option> - The scoring options of the numeric question.
- Max
Value int - The maximum answer value.
- Min
Value int - The minimum answer value.
- Automation
Evaluation
Form Numeric Question Automation - The automation properties of the numeric question.
- Options
[]Evaluation
Form Numeric Question Option - The scoring options of the numeric question.
- max
Value Integer - The maximum answer value.
- min
Value Integer - The minimum answer value.
- automation
Evaluation
Form Numeric Question Automation - The automation properties of the numeric question.
- options
List<Evaluation
Form Numeric Question Option> - The scoring options of the numeric question.
- max
Value number - The maximum answer value.
- min
Value number - The minimum answer value.
- automation
Evaluation
Form Numeric Question Automation - The automation properties of the numeric question.
- options
Evaluation
Form Numeric Question Option[] - The scoring options of the numeric question.
- max_
value int - The maximum answer value.
- min_
value int - The minimum answer value.
- automation
Evaluation
Form Numeric Question Automation - The automation properties of the numeric question.
- options
Sequence[Evaluation
Form Numeric Question Option] - The scoring options of the numeric question.
- max
Value Number - The maximum answer value.
- min
Value 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
Pulumi.
Aws Native. Connect. Evaluation Form Numeric Question Property Value Automation Label - The property label of the automation.
- Label
Evaluation
Form Numeric Question Property Value Automation Label - The property label of the automation.
- label
Evaluation
Form Numeric Question Property Value Automation Label - The property label of the automation.
- label
Evaluation
Form Numeric Question Property Value Automation Label - The property label of the automation.
- label
Evaluation
Form Numeric Question Property Value Automation Label - The property label of the automation.
EvaluationFormNumericQuestionPropertyValueAutomationLabel, EvaluationFormNumericQuestionPropertyValueAutomationLabelArgs
- 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
- Evaluation
Form Numeric Question Property Value Automation Label Overall Customer Sentiment Score - OVERALL_CUSTOMER_SENTIMENT_SCORE
- Evaluation
Form Numeric Question Property Value Automation Label Overall Agent Sentiment Score - OVERALL_AGENT_SENTIMENT_SCORE
- Evaluation
Form Numeric Question Property Value Automation Label Non Talk Time - NON_TALK_TIME
- Evaluation
Form Numeric Question Property Value Automation Label Non Talk Time Percentage - NON_TALK_TIME_PERCENTAGE
- Evaluation
Form Numeric Question Property Value Automation Label Number Of Interruptions - NUMBER_OF_INTERRUPTIONS
- Evaluation
Form Numeric Question Property Value Automation Label Contact Duration - CONTACT_DURATION
- Evaluation
Form Numeric Question Property Value Automation Label Agent Interaction Duration - AGENT_INTERACTION_DURATION
- Evaluation
Form Numeric Question Property Value Automation Label 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
- 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
- "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
- Question
Type Pulumi.Aws Native. Connect. Evaluation Form Question Question Type - The type of the question.
Allowed values:
NUMERIC
|SINGLESELECT
|TEXT
- Ref
Id 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.
- Instructions string
- The instructions of the section. Length Constraints: Minimum length of 0. Maximum length of 1024.
- Not
Applicable boolEnabled - The flag to enable not applicable answers to the question.
- Question
Type Pulumi.Properties Aws Native. Connect. Inputs. Evaluation Form Question Type Properties - 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
- Question
Type EvaluationForm Question Question Type - The type of the question.
Allowed values:
NUMERIC
|SINGLESELECT
|TEXT
- Ref
Id 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.
- Instructions string
- The instructions of the section. Length Constraints: Minimum length of 0. Maximum length of 1024.
- Not
Applicable boolEnabled - The flag to enable not applicable answers to the question.
- Question
Type EvaluationProperties Form Question Type Properties - 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
- question
Type EvaluationForm Question Question Type - The type of the question.
Allowed values:
NUMERIC
|SINGLESELECT
|TEXT
- ref
Id 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.
- instructions String
- The instructions of the section. Length Constraints: Minimum length of 0. Maximum length of 1024.
- not
Applicable BooleanEnabled - The flag to enable not applicable answers to the question.
- question
Type EvaluationProperties Form Question Type Properties - 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
- question
Type EvaluationForm Question Question Type - The type of the question.
Allowed values:
NUMERIC
|SINGLESELECT
|TEXT
- ref
Id 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.
- instructions string
- The instructions of the section. Length Constraints: Minimum length of 0. Maximum length of 1024.
- not
Applicable booleanEnabled - The flag to enable not applicable answers to the question.
- question
Type EvaluationProperties Form Question Type Properties - 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 EvaluationForm Question Question Type - 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.
- instructions str
- The instructions of the section. Length Constraints: Minimum length of 0. Maximum length of 1024.
- not_
applicable_ boolenabled - The flag to enable not applicable answers to the question.
- question_
type_ Evaluationproperties Form Question Type Properties - 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
- question
Type "NUMERIC" | "SINGLESELECT" | "TEXT" - The type of the question.
Allowed values:
NUMERIC
|SINGLESELECT
|TEXT
- ref
Id 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.
- instructions String
- The instructions of the section. Length Constraints: Minimum length of 0. Maximum length of 1024.
- not
Applicable BooleanEnabled - The flag to enable not applicable answers to the question.
- question
Type Property MapProperties - 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
- Evaluation
Form Question Question Type Numeric - NUMERIC
- Evaluation
Form Question Question Type Singleselect - SINGLESELECT
- Evaluation
Form Question Question Type Text - 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
Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Numeric Question Properties - The properties of the numeric question.
- Single
Select Pulumi.Aws Native. Connect. Inputs. Evaluation Form Single Select Question Properties - The properties of the numeric question.
- Numeric
Evaluation
Form Numeric Question Properties - The properties of the numeric question.
- Single
Select EvaluationForm Single Select Question Properties - The properties of the numeric question.
- numeric
Evaluation
Form Numeric Question Properties - The properties of the numeric question.
- single
Select EvaluationForm Single Select Question Properties - The properties of the numeric question.
- numeric
Evaluation
Form Numeric Question Properties - The properties of the numeric question.
- single
Select EvaluationForm Single Select Question Properties - The properties of the numeric question.
- numeric
Evaluation
Form Numeric Question Properties - The properties of the numeric question.
- single_
select EvaluationForm Single Select Question Properties - The properties of the numeric question.
- numeric Property Map
- The properties of the numeric question.
- single
Select Property Map - The properties of the numeric question.
EvaluationFormScoringStrategy, EvaluationFormScoringStrategyArgs
- Mode
Pulumi.
Aws Native. Connect. Evaluation Form Scoring Strategy Mode - The scoring mode of the evaluation form.
Allowed values:
QUESTION_ONLY
|SECTION_ONLY
- Status
Pulumi.
Aws Native. Connect. Evaluation Form Scoring Strategy Status - The scoring status of the evaluation form.
Allowed values:
ENABLED
|DISABLED
- Mode
Evaluation
Form Scoring Strategy Mode - The scoring mode of the evaluation form.
Allowed values:
QUESTION_ONLY
|SECTION_ONLY
- Status
Evaluation
Form Scoring Strategy Status - The scoring status of the evaluation form.
Allowed values:
ENABLED
|DISABLED
- mode
Evaluation
Form Scoring Strategy Mode - The scoring mode of the evaluation form.
Allowed values:
QUESTION_ONLY
|SECTION_ONLY
- status
Evaluation
Form Scoring Strategy Status - The scoring status of the evaluation form.
Allowed values:
ENABLED
|DISABLED
- mode
Evaluation
Form Scoring Strategy Mode - The scoring mode of the evaluation form.
Allowed values:
QUESTION_ONLY
|SECTION_ONLY
- status
Evaluation
Form Scoring Strategy Status - The scoring status of the evaluation form.
Allowed values:
ENABLED
|DISABLED
- mode
Evaluation
Form Scoring Strategy Mode - The scoring mode of the evaluation form.
Allowed values:
QUESTION_ONLY
|SECTION_ONLY
- status
Evaluation
Form Scoring Strategy Status - 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
- Question
Only - QUESTION_ONLY
- Section
Only - SECTION_ONLY
- Evaluation
Form Scoring Strategy Mode Question Only - QUESTION_ONLY
- Evaluation
Form Scoring Strategy Mode Section Only - SECTION_ONLY
- Question
Only - QUESTION_ONLY
- Section
Only - SECTION_ONLY
- Question
Only - QUESTION_ONLY
- Section
Only - SECTION_ONLY
- QUESTION_ONLY
- QUESTION_ONLY
- SECTION_ONLY
- SECTION_ONLY
- "QUESTION_ONLY"
- QUESTION_ONLY
- "SECTION_ONLY"
- SECTION_ONLY
EvaluationFormScoringStrategyStatus, EvaluationFormScoringStrategyStatusArgs
- Enabled
- ENABLED
- Disabled
- DISABLED
- Evaluation
Form Scoring Strategy Status Enabled - ENABLED
- Evaluation
Form Scoring Strategy Status Disabled - DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- ENABLED
- ENABLED
- DISABLED
- DISABLED
- "ENABLED"
- ENABLED
- "DISABLED"
- DISABLED
EvaluationFormSection, EvaluationFormSectionArgs
- Ref
Id 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.
Aws Native. Connect. Inputs. Evaluation Form Item> - The items of the section. Minimum: 1
- Weight double
- The scoring weight of the section. Minimum: 0 Maximum: 100
- Ref
Id 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
[]Evaluation
Form Item - The items of the section. Minimum: 1
- Weight float64
- The scoring weight of the section. Minimum: 0 Maximum: 100
- ref
Id 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<Evaluation
Form Item> - The items of the section. Minimum: 1
- weight Double
- The scoring weight of the section. Minimum: 0 Maximum: 100
- ref
Id 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
Evaluation
Form Item[] - 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[Evaluation
Form Item] - The items of the section. Minimum: 1
- weight float
- The scoring weight of the section. Minimum: 0 Maximum: 100
- ref
Id 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
- Options
List<Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Single Select Question Automation Option> - The automation options of the single select question. Minimum: 1 Maximum: 20
- Default
Option stringRef Id - 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
[]Evaluation
Form Single Select Question Automation Option - The automation options of the single select question. Minimum: 1 Maximum: 20
- Default
Option stringRef Id - 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<Evaluation
Form Single Select Question Automation Option> - The automation options of the single select question. Minimum: 1 Maximum: 20
- default
Option StringRef Id - 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
Evaluation
Form Single Select Question Automation Option[] - The automation options of the single select question. Minimum: 1 Maximum: 20
- default
Option stringRef Id - 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[Evaluation
Form Single Select Question Automation Option] - The automation options of the single select question. Minimum: 1 Maximum: 20
- default_
option_ strref_ id - 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
- default
Option StringRef Id - 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
- Rule
Category Pulumi.Aws Native. Connect. Inputs. Evaluation Form Single Select Question Rule Category Automation - The automation option based on a rule category for the single select question.
- Rule
Category EvaluationForm Single Select Question Rule Category Automation - The automation option based on a rule category for the single select question.
- rule
Category EvaluationForm Single Select Question Rule Category Automation - The automation option based on a rule category for the single select question.
- rule
Category EvaluationForm Single Select Question Rule Category Automation - The automation option based on a rule category for the single select question.
- rule_
category EvaluationForm Single Select Question Rule Category Automation - The automation option based on a rule category for the single select question.
- rule
Category Property Map - The automation option based on a rule category for the single select question.
EvaluationFormSingleSelectQuestionOption, EvaluationFormSingleSelectQuestionOptionArgs
- Ref
Id 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.
- 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
- Ref
Id 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.
- 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
- ref
Id 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.
- automatic
Fail 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
- ref
Id 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.
- automatic
Fail 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 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.
- score int
- The score assigned to the answer option. Minimum: 0 Maximum: 10
- ref
Id 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.
- automatic
Fail 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
List<Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Single Select Question Option> - The answer options of the single select question. Minimum: 2 Maximum: 256
- Automation
Pulumi.
Aws Native. Connect. Inputs. Evaluation Form Single Select Question Automation - The display mode of the single select question.
- Display
As Pulumi.Aws Native. Connect. Evaluation Form Single Select Question Properties Display As - The display mode of the single select question.
Allowed values:
DROPDOWN
|RADIO
- Options
[]Evaluation
Form Single Select Question Option - The answer options of the single select question. Minimum: 2 Maximum: 256
- Automation
Evaluation
Form Single Select Question Automation - The display mode of the single select question.
- Display
As EvaluationForm Single Select Question Properties Display As - The display mode of the single select question.
Allowed values:
DROPDOWN
|RADIO
- options
List<Evaluation
Form Single Select Question Option> - The answer options of the single select question. Minimum: 2 Maximum: 256
- automation
Evaluation
Form Single Select Question Automation - The display mode of the single select question.
- display
As EvaluationForm Single Select Question Properties Display As - The display mode of the single select question.
Allowed values:
DROPDOWN
|RADIO
- options
Evaluation
Form Single Select Question Option[] - The answer options of the single select question. Minimum: 2 Maximum: 256
- automation
Evaluation
Form Single Select Question Automation - The display mode of the single select question.
- display
As EvaluationForm Single Select Question Properties Display As - The display mode of the single select question.
Allowed values:
DROPDOWN
|RADIO
- options
Sequence[Evaluation
Form Single Select Question Option] - The answer options of the single select question. Minimum: 2 Maximum: 256
- automation
Evaluation
Form Single Select Question Automation - The display mode of the single select question.
- display_
as EvaluationForm Single Select Question Properties Display As - 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.
- display
As "DROPDOWN" | "RADIO" - The display mode of the single select question.
Allowed values:
DROPDOWN
|RADIO
EvaluationFormSingleSelectQuestionPropertiesDisplayAs, EvaluationFormSingleSelectQuestionPropertiesDisplayAsArgs
- Dropdown
- DROPDOWN
- Radio
- RADIO
- Evaluation
Form Single Select Question Properties Display As Dropdown - DROPDOWN
- Evaluation
Form Single Select Question Properties Display As Radio - RADIO
- Dropdown
- DROPDOWN
- Radio
- RADIO
- Dropdown
- DROPDOWN
- Radio
- RADIO
- DROPDOWN
- DROPDOWN
- RADIO
- RADIO
- "DROPDOWN"
- DROPDOWN
- "RADIO"
- RADIO
EvaluationFormSingleSelectQuestionRuleCategoryAutomation, EvaluationFormSingleSelectQuestionRuleCategoryAutomationArgs
- Category string
- The category name, as defined in Rules. Minimum: 1 Maximum: 50
- Condition
Pulumi.
Aws Native. Connect. Evaluation Form Single Select Question Rule Category Automation Condition - 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 stringId - 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
Evaluation
Form Single Select Question Rule Category Automation Condition - 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 stringId - 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
Evaluation
Form Single Select Question Rule Category Automation Condition - 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 StringId - 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
Evaluation
Form Single Select Question Rule Category Automation Condition - 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 stringId - 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
Evaluation
Form Single Select Question Rule Category Automation Condition - 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_ strid - 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 - option
Ref StringId - 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
- Not
Present - NOT_PRESENT
- Evaluation
Form Single Select Question Rule Category Automation Condition Present - PRESENT
- Evaluation
Form Single Select Question Rule Category Automation Condition Not Present - NOT_PRESENT
- Present
- PRESENT
- Not
Present - NOT_PRESENT
- Present
- PRESENT
- Not
Present - NOT_PRESENT
- PRESENT
- PRESENT
- NOT_PRESENT
- NOT_PRESENT
- "PRESENT"
- PRESENT
- "NOT_PRESENT"
- NOT_PRESENT
EvaluationFormStatus, EvaluationFormStatusArgs
- Draft
- DRAFT
- Active
- ACTIVE
- Evaluation
Form Status Draft - DRAFT
- Evaluation
Form Status Active - ACTIVE
- Draft
- DRAFT
- Active
- ACTIVE
- Draft
- DRAFT
- Active
- ACTIVE
- DRAFT
- DRAFT
- ACTIVE
- ACTIVE
- "DRAFT"
- DRAFT
- "ACTIVE"
- ACTIVE
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi