AWS Fundamentals Logo
AWS Fundamentals
AWS::Connect::ContactFlow

Connect ContactFlow

Resource Type definition for AWS::Connect::ContactFlow

Properties

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

Filter:
PropertyTypeFlags
Content
string
Required
InstanceArn
string
Required
Name
string
Required
Type
string
RequiredCreate-only
Description
string
State
string
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ContactFlowArnstringThe identifier of the contact flow (ARN).

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

Resources:
  MyResource:
    Type: AWS::Connect::ContactFlow
    Properties:
      InstanceArn: "arn:aws:service:region:account:resource"
      Content: "value"
      Name: "my-name"
      Type: "CONTACT_FLOW"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

connect:CreateContactFlowconnect:TagResource

read

connect:DescribeContactFlow

delete

connect:DeleteContactFlowconnect:UntagResource

update

connect:UpdateContactFlowMetadataconnect:UpdateContactFlowContentconnect:TagResourceconnect:UntagResource

list

connect:ListContactFlows

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
Properties8
Required4
TaggingSupported
Primary IDContactFlowArn

Supported Operations

CreateReadDeleteUpdateList

Immutable After Creation

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

Type

External Links