aws-cdk-lib.aws_connect.CfnEvaluationForm.EvaluationFormNumericQuestionAutomationProperty

interface EvaluationFormNumericQuestionAutomationProperty

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

Information about the automation configuration in numeric questions.

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 evaluationFormNumericQuestionAutomationProperty: connect.CfnEvaluationForm.EvaluationFormNumericQuestionAutomationProperty = {
  propertyValue: {
    label: 'label',
  },
};

Properties

NameTypeDescription
propertyValueIResolvable | NumericQuestionPropertyValueAutomationPropertyThe property value of the automation.

propertyValue

Type: IResolvable | NumericQuestionPropertyValueAutomationProperty

The property value of the automation.