interface IContactFlowVersionRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Connect.IContactFlowVersionRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#IContactFlowVersionRef |
Java | software.amazon.awscdk.services.connect.IContactFlowVersionRef |
Python | aws_cdk.aws_connect.IContactFlowVersionRef |
TypeScript | aws-cdk-lib » aws_connect » IContactFlowVersionRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a ContactFlowVersion.
Properties
| Name | Type | Description |
|---|---|---|
| contact | Contact | A reference to a ContactFlowVersion resource. |
| node | Node | The tree node. |
contactFlowVersionRef
Type:
Contact
A reference to a ContactFlowVersion resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript