interface NumericQuestionPropertyValueAutomationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnEvaluationFormPropsMixin.NumericQuestionPropertyValueAutomationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnEvaluationFormPropsMixin_NumericQuestionPropertyValueAutomationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnEvaluationFormPropsMixin.NumericQuestionPropertyValueAutomationProperty |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnEvaluationFormPropsMixin.NumericQuestionPropertyValueAutomationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » CfnEvaluationFormPropsMixin » NumericQuestionPropertyValueAutomationProperty |
Information about the property value used in automation of a 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/cfn-property-mixins';
const numericQuestionPropertyValueAutomationProperty: connect.CfnEvaluationFormPropsMixin.NumericQuestionPropertyValueAutomationProperty = {
label: 'label',
};
Properties
| Name | Type | Description |
|---|---|---|
| label? | string | The property label of the automation. |
label?
Type:
string
(optional)
The property label of the automation.

.NET
Go
Java
Python
TypeScript