AWS::Connect::ContactFlowModuleAliasResource Type definition for ContactFlowModuleAlias.
import { CfnContactFlowModuleAlias } from 'aws-cdk-lib/aws-connect';Or use the module namespace:
import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnContactFlowModuleAliasConfiguration passed to the constructor as CfnContactFlowModuleAliasProps.
contactFlowModuleIdRequiredstringThe identifier of the contact flow module (ARN) this alias is tied to.
contactFlowModuleVersionRequirednumberThe version number of the contact flow module this alias points to.
nameRequiredstringThe name of the alias.
descriptionOptionalstringThe description of the alias.
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::ContactFlowModuleAlias