AWS Fundamentals Logo
AWS Fundamentals
AWS::AppFlow::Connector

AppFlow Connector

Resource schema for AWS::AppFlow::Connector

Properties

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

Filter:
PropertyTypeFlags
ConnectorProvisioningConfig
ConnectorProvisioningConfig
Required
ConnectorProvisioningType
string
Required
ConnectorLabel
string
Create-only
Description
string

Return Values

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

AttributeTypeDescription
ConnectorArnstring The arn of the connector. The arn is unique for each ConnectorRegistration in your AWS account.

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

Resources:
  MyResource:
    Type: AWS::AppFlow::Connector
    Properties:
      ConnectorProvisioningType: "value"
      ConnectorProvisioningConfig: "value"
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

appflow:RegisterConnectorlambda:InvokeFunction

read

appflow:DescribeConnector

delete

appflow:UnRegisterConnector

list

appflow:ListConnectors

update

appflow:UpdateConnectorRegistrationlambda:InvokeFunction

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
Properties5
Required2
TaggingNot supported
Primary IDConnectorLabel

Supported Operations

CreateReadDeleteListUpdate

Immutable After Creation

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

ConnectorLabel

Related Resources

External Links