AWS::AppFlow::FlowResource schema for AWS::AppFlow::Flow.
10 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
FlowArn | string | ARN identifier of the flow. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
appflow:CreateFlowappflow:StartFlowappflow:TagResourceappflow:ListTagsForResourceappflow:UseConnectorProfileiam:PassRoles3:ListAllMyBucketss3:GetBucketLocationappflow:DescribeFlowappflow:ListTagsForResourceappflow:DescribeFlowappflow:UpdateFlowappflow:StartFlowappflow:StopFlowappflow:TagResourceappflow:UntagResourceappflow:ListTagsForResourceappflow:UseConnectorProfileappflow:DeleteFlowappflow:ListFlowsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterFlowNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
FlowNameKMSArn