AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Connect::ContactFlow

CfnContactFlow

Specifies a flow for an Amazon Connect instance.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnContactFlowProps.

contentRequired
string

The 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* .

instanceArnRequired
string | IInstanceRef

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

nameRequired
string

The name of the flow.

typeRequired
string

The 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* .

descriptionOptional
string

The description of the flow.

stateOptional
string

The state of the flow.

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