aws-cdk-lib.aws_connect.CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationOptionProperty

interface EvaluationFormSingleSelectQuestionAutomationOptionProperty

LanguageType name
.NETAmazon.CDK.AWS.Connect.CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationOptionProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnEvaluationForm_EvaluationFormSingleSelectQuestionAutomationOptionProperty
Javasoftware.amazon.awscdk.services.connect.CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationOptionProperty
Pythonaws_cdk.aws_connect.CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationOptionProperty
TypeScript aws-cdk-lib » aws_connect » CfnEvaluationForm » EvaluationFormSingleSelectQuestionAutomationOptionProperty

The automation options of the single 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 evaluationFormSingleSelectQuestionAutomationOptionProperty: connect.CfnEvaluationForm.EvaluationFormSingleSelectQuestionAutomationOptionProperty = {
  ruleCategory: {
    category: 'category',
    condition: 'condition',
    optionRefId: 'optionRefId',
  },
};

Properties

NameTypeDescription
ruleCategoryIResolvable | SingleSelectQuestionRuleCategoryAutomationPropertyThe automation option based on a rule category for the single select question.

ruleCategory

Type: IResolvable | SingleSelectQuestionRuleCategoryAutomationProperty

The automation option based on a rule category for the single select question.