interface EvaluationFormTargetConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnEvaluationFormPropsMixin.EvaluationFormTargetConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnEvaluationFormPropsMixin_EvaluationFormTargetConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnEvaluationFormPropsMixin.EvaluationFormTargetConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnEvaluationFormPropsMixin.EvaluationFormTargetConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » 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 { aws_connect as connect } from '@aws-cdk/cfn-property-mixins';
const evaluationFormTargetConfigurationProperty: connect.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