AWS Fundamentals Logo
AWS Fundamentals
AWS::AppFlow::Flow

AppFlow Flow

Resource schema for AWS::AppFlow::Flow.

Properties

10 configurable properties. 5 required. Click a row to see details.

Filter:
PropertyTypeFlags
DestinationFlowConfigList
Array<DestinationFlowConfig>
Required
FlowName
string
RequiredCreate-only
SourceFlowConfig
SourceFlowConfig
Required
Tasks
Array<Task>
Required
TriggerConfig
TriggerConfig
Required
Description
string
FlowStatus
string
KMSArn
string
Create-only
MetadataCatalogConfig
MetadataCatalogConfig
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
FlowArnstringARN identifier of the flow.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppFlow::Flow

Resources:
  MyResource:
    Type: AWS::AppFlow::Flow
    Properties:
      FlowName: "my-flowname"
      Tasks: []
      SourceFlowConfig: "value"
      DestinationFlowConfigList: []
      TriggerConfig: "value"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

appflow:CreateFlowappflow:StartFlowappflow:TagResourceappflow:ListTagsForResourceappflow:UseConnectorProfileiam:PassRoles3:ListAllMyBucketss3:GetBucketLocation

read

appflow:DescribeFlowappflow:ListTagsForResource

update

appflow:DescribeFlowappflow:UpdateFlowappflow:StartFlowappflow:StopFlowappflow:TagResourceappflow:UntagResourceappflow:ListTagsForResourceappflow:UseConnectorProfile

delete

appflow:DeleteFlow

list

appflow:ListFlows

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

ServiceAppFlow
Properties11
Required5
TaggingSupported
Primary IDFlowName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

FlowNameKMSArn

Related Resources

External Links