interface EvaluationFormReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.EvaluationFormReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#EvaluationFormReference |
![]() | software.amazon.awscdk.services.connect.EvaluationFormReference |
![]() | aws_cdk.aws_connect.EvaluationFormReference |
![]() | aws-cdk-lib » aws_connect » EvaluationFormReference |
A reference to a EvaluationForm resource.
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 evaluationFormReference: connect.EvaluationFormReference = {
evaluationFormArn: 'evaluationFormArn',
};
Properties
Name | Type | Description |
---|---|---|
evaluation | string | The EvaluationFormArn of the EvaluationForm resource. |
evaluationFormArn
Type:
string
The EvaluationFormArn of the EvaluationForm resource.