interface ContactFlowReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Connect.ContactFlowReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#ContactFlowReference |
Java | software.amazon.awscdk.services.connect.ContactFlowReference |
Python | aws_cdk.aws_connect.ContactFlowReference |
TypeScript | aws-cdk-lib » aws_connect » ContactFlowReference |
A reference to a ContactFlow 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 contactFlowReference: connect.ContactFlowReference = {
contactFlowArn: 'contactFlowArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| contact | string | The ContactFlowArn of the ContactFlow resource. |
contactFlowArn
Type:
string
The ContactFlowArn of the ContactFlow resource.

.NET
Go
Java
Python
TypeScript