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