interface ContactFlowModuleReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.ContactFlowModuleReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#ContactFlowModuleReference |
![]() | software.amazon.awscdk.services.connect.ContactFlowModuleReference |
![]() | aws_cdk.aws_connect.ContactFlowModuleReference |
![]() | aws-cdk-lib » 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 connect } from 'aws-cdk-lib';
const contactFlowModuleReference: 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.