AWS Fundamentals Logo
AWS Fundamentals
AWS::Connect::ContactFlowModuleVersion

Connect ContactFlowModuleVersion

Resource Type definition for ContactFlowModuleVersion

Properties

2 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
ContactFlowModuleId
string
RequiredCreate-only
Description
string
Create-only

Return Values

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

AttributeTypeDescription
ContactFlowModuleVersionARNstringThe identifier of the contact flow module version (ARN).
FlowModuleContentSha256stringIndicates the checksum value of the latest published flow module content
VersionintegerThe version number of this revision

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::ContactFlowModuleVersion

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

Required IAM Permissions

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

create

connect:CreateContactFlowModuleVersionconnect:DescribeContactFlowModule

read

connect:DescribeContactFlowModule

list

connect:ListContactFlowModuleVersions

update

connect:DescribeContactFlowModule

delete

connect:DeleteContactFlowModuleVersion

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
Properties5
Required1
TaggingNot supported
Primary IDContactFlowModuleVersionARN

Supported Operations

CreateReadListUpdateDelete

Immutable After Creation

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

ContactFlowModuleIdDescription

External Links