interface ContactFlowModuleReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Connect.ContactFlowModuleReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsconnect#ContactFlowModuleReference |
Java | software.amazon.awscdk.interfaces.connect.ContactFlowModuleReference |
Python | aws_cdk.interfaces.aws_connect.ContactFlowModuleReference |
TypeScript | aws-cdk-lib » interfaces » aws_connect » ContactFlowModuleReference |
A reference to a ContactFlowModule 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 contactFlowModuleReference: interfaces_aws_connect.ContactFlowModuleReference = {
contactFlowModuleArn: 'contactFlowModuleArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| contact | string | The ContactFlowModuleArn of the ContactFlowModule resource. |
contactFlowModuleArn
Type:
string
The ContactFlowModuleArn of the ContactFlowModule resource.

.NET
Go
Java
Python
TypeScript