AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Connect::ContactFlowModule

CfnContactFlowModule

Specifies a flow module for an Amazon Connect instance.

Import

import { CfnContactFlowModule } from 'aws-cdk-lib/aws-connect';

Or use the module namespace:

import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnContactFlowModule

Properties

Configuration passed to the constructor as CfnContactFlowModuleProps.

contentRequired
string

The content of the flow module.

instanceArnRequired
string | IInstanceRef

The Amazon Resource Name (ARN) of the Amazon Connect instance.

nameRequired
string

The name of the flow module.

descriptionOptional
string

The description of the flow module.

externalInvocationConfigurationOptional
IResolvable | ExternalInvocationConfigurationProperty

The external invocation configuration for the flow module.

settingsOptional
string

The configuration settings for the flow module.

stateOptional
string

The state of the flow module.

tagsOptional
CfnTag[]

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) .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter