AWS::Connect::ContactFlowSpecifies a flow for an Amazon Connect instance.
import { CfnContactFlow } from 'aws-cdk-lib/aws-connect';Or use the module namespace:
import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnContactFlowConfiguration passed to the constructor as CfnContactFlowProps.
contentRequiredstringThe content of the flow. For more information, see [Amazon Connect Flow language](https://docs.aws.amazon.com/connect/latest/adminguide/flow-language.html) in the *Amazon Connect Administrator Guide* .
instanceArnRequiredstring | IInstanceRefThe Amazon Resource Name (ARN) of the Amazon Connect instance.
nameRequiredstringThe name of the flow.
typeRequiredstringThe type of the flow. For descriptions of the available types, see [Choose a flow type](https://docs.aws.amazon.com/connect/latest/adminguide/create-contact-flow.html#contact-flow-types) in the *Amazon Connect Administrator Guide* .
descriptionOptionalstringThe description of the flow.
stateOptionalstringThe state of the flow.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .
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::ContactFlow