AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Connect::ContactFlowModuleAlias

CfnContactFlowModuleAlias

Resource Type definition for ContactFlowModuleAlias.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnContactFlowModuleAliasProps.

contactFlowModuleIdRequired
string

The identifier of the contact flow module (ARN) this alias is tied to.

contactFlowModuleVersionRequired
number

The version number of the contact flow module this alias points to.

nameRequired
string

The name of the alias.

descriptionOptional
string

The description of the alias.

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