AWS Fundamentals Logo
AWS Fundamentals
AWS::AppFlow::ConnectorProfile

AppFlow ConnectorProfile

Resource Type definition for AWS::AppFlow::ConnectorProfile

Properties

6 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
ConnectionMode
string
Required
ConnectorProfileName
string
RequiredCreate-only
ConnectorType
string
RequiredCreate-only
ConnectorLabel
string
Create-only
ConnectorProfileConfig
ConnectorProfileConfig
Write-only
KMSArn
string
Write-only

Return Values

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

AttributeTypeDescription
ConnectorProfileArnstringUnique identifier for connector profile resources
CredentialsArnstringA unique Arn for Connector-Profile resource

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

Resources:
  MyResource:
    Type: AWS::AppFlow::ConnectorProfile
    Properties:
      ConnectorProfileName: "my-connectorprofilename"
      ConnectionMode: "Public"
      ConnectorType: "value"

Required IAM Permissions

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

create

appflow:CreateConnectorProfilekms:ListKeyskms:DescribeKeykms:ListAliaseskms:CreateGrantkms:ListGrantsiam:PassRolesecretsmanager:CreateSecret

delete

appflow:DeleteConnectorProfile

list

appflow:DescribeConnectorProfiles

read

appflow:DescribeConnectorProfiles

update

appflow:UpdateConnectorProfilekms:ListKeyskms:DescribeKeykms:ListAliaseskms:CreateGrantkms:ListGrantsiam:PassRolesecretsmanager:CreateSecret

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
Properties8
Required3
TaggingNot supported
Primary IDConnectorProfileName

Supported Operations

CreateDeleteListReadUpdate

Immutable After Creation

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

ConnectorProfileNameConnectorTypeConnectorLabel

Related Resources

External Links