interface EvaluationFormMultiSelectQuestionAutomationOptionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Connect.CfnEvaluationForm.EvaluationFormMultiSelectQuestionAutomationOptionProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnEvaluationForm_EvaluationFormMultiSelectQuestionAutomationOptionProperty |
Java | software.amazon.awscdk.services.connect.CfnEvaluationForm.EvaluationFormMultiSelectQuestionAutomationOptionProperty |
Python | aws_cdk.aws_connect.CfnEvaluationForm.EvaluationFormMultiSelectQuestionAutomationOptionProperty |
TypeScript | aws-cdk-lib » aws_connect » CfnEvaluationForm » EvaluationFormMultiSelectQuestionAutomationOptionProperty |
An automation option for a multi-select question.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connect as connect } from 'aws-cdk-lib';
const evaluationFormMultiSelectQuestionAutomationOptionProperty: connect.CfnEvaluationForm.EvaluationFormMultiSelectQuestionAutomationOptionProperty = {
ruleCategory: {
category: 'category',
condition: 'condition',
optionRefIds: ['optionRefIds'],
},
};
Properties
| Name | Type | Description |
|---|---|---|
| rule | IResolvable | Multi | Rule category configuration for this automation option. |
ruleCategory
Type:
IResolvable | Multi
Rule category configuration for this automation option.

.NET
Go
Java
Python
TypeScript