AWS::Connect::ContactFlowVersionCreates a version for the specified customer-managed flow within the specified instance.
import { CfnContactFlowVersion } from 'aws-cdk-lib/aws-connect';Or use the module namespace:
import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnContactFlowVersionConfiguration passed to the constructor as CfnContactFlowVersionProps.
contactFlowIdRequiredstringThe identifier of the flow.
descriptionOptionalstringThe description of the flow version.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-connectAWS::Connect::ContactFlowVersion