interface EvaluationFormTargetConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins.CfnEvaluationFormPropsMixin.EvaluationFormTargetConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsconnect/mixins#CfnEvaluationFormPropsMixin_EvaluationFormTargetConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.connect.mixins.CfnEvaluationFormPropsMixin.EvaluationFormTargetConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_connect.mixins.CfnEvaluationFormPropsMixin.EvaluationFormTargetConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_connect » mixins » CfnEvaluationFormPropsMixin » EvaluationFormTargetConfigurationProperty |
Configuration that specifies the target for an evaluation form.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as connect_mixins } from '@aws-cdk/mixins-preview/aws-connect';
const evaluationFormTargetConfigurationProperty: connect_mixins.CfnEvaluationFormPropsMixin.EvaluationFormTargetConfigurationProperty = {
contactInteractionType: 'contactInteractionType',
};
Properties
| Name | Type | Description |
|---|---|---|
| contact | string | The contact interaction type for this evaluation form. |
contactInteractionType?
Type:
string
(optional)
The contact interaction type for this evaluation form.

.NET
Go
Java
Python
TypeScript