AWS Fundamentals Logo
AWS Fundamentals
AWS::Connect::ContactFlowModuleAlias

Connect ContactFlowModuleAlias

Resource Type definition for ContactFlowModuleAlias

Properties

4 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
ContactFlowModuleId
string
RequiredCreate-only
ContactFlowModuleVersion
integer
Required
Name
string
Required
Description
string

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AliasIdstringThe unique identifier of the alias.
ContactFlowModuleAliasARNstringThe identifier of the contact flow module alias (ARN). This is constructed from the ContactFlowModuleArn and AliasId.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Connect::ContactFlowModuleAlias

Resources:
  MyResource:
    Type: AWS::Connect::ContactFlowModuleAlias
    Properties:
      ContactFlowModuleId: "my-contactflowmoduleid"
      ContactFlowModuleVersion: 1
      Name: "my-name"
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

connect:CreateContactFlowModuleAliasconnect:DescribeContactFlowModuleAlias

read

connect:DescribeContactFlowModuleAlias

list

connect:ListContactFlowModuleAliases

update

connect:UpdateContactFlowModuleAliasconnect:DescribeContactFlowModuleAlias

delete

connect:DeleteContactFlowModuleAlias

Learn AWS the Practical Way

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

Subscribe to Newsletter

Quick Facts

ServiceConnect
Properties6
Required3
TaggingNot supported
Primary IDContactFlowModuleAliasARN

Supported Operations

CreateReadListUpdateDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ContactFlowModuleId

External Links