AWS::Connect::ContactFlowModuleSpecifies a flow module for an Amazon Connect instance.
import { CfnContactFlowModule } from 'aws-cdk-lib/aws-connect';Or use the module namespace:
import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnContactFlowModuleConfiguration passed to the constructor as CfnContactFlowModuleProps.
contentRequiredstringThe content of the flow module.
instanceArnRequiredstring | IInstanceRefThe Amazon Resource Name (ARN) of the Amazon Connect instance.
nameRequiredstringThe name of the flow module.
descriptionOptionalstringThe description of the flow module.
externalInvocationConfigurationOptionalIResolvable | ExternalInvocationConfigurationPropertyThe external invocation configuration for the flow module.
settingsOptionalstringThe configuration settings for the flow module.
stateOptionalstringThe state of the flow module.
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::ContactFlowModule