AWS Fundamentals Logo
AWS Fundamentals
AWS::Connect::ContactFlowVersion

Connect ContactFlowVersion

Resource Type Definition for ContactFlowVersion

Properties

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

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

Return Values

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

AttributeTypeDescription
ContactFlowVersionARNstringThe identifier of the contact flow version (ARN).
FlowContentSha256stringIndicates the checksum value of the latest published flow 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::ContactFlowVersion

Resources:
  MyResource:
    Type: AWS::Connect::ContactFlowVersion
    Properties:
      ContactFlowId: "my-contactflowid"
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

connect:CreateContactFlowVersionconnect:DescribeContactFlow

read

connect:DescribeContactFlow

delete

connect:DeleteContactFlowVersion

list

connect:ListContactFlowVersions

update

connect:DescribeContactFlow

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 IDContactFlowVersionARN

Supported Operations

CreateReadDeleteListUpdate

Immutable After Creation

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

ContactFlowIdDescription

External Links