interface ContactFlowVersionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Connect.ContactFlowVersionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsconnect#ContactFlowVersionReference |
Java | software.amazon.awscdk.interfaces.connect.ContactFlowVersionReference |
Python | aws_cdk.interfaces.aws_connect.ContactFlowVersionReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_connect } from 'aws-cdk-lib/interfaces';
const contactFlowVersionReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript