AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::AppFlow::Connector

CfnConnector

Creates a new connector profile associated with your AWS account . There is a soft quota of 100 connector profiles per AWS account . If you need more connector profiles than this quota allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support channel. In each connector profile that you create, you can provide the credentials and properties for only one connector.

Import

import { CfnConnector } from 'aws-cdk-lib/aws-appflow';

Or use the module namespace:

import * as appflow from 'aws-cdk-lib/aws-appflow';
// appflow.CfnConnector

Properties

Configuration passed to the constructor as CfnConnectorProps.

connectorProvisioningConfigRequired
IResolvable | ConnectorProvisioningConfigProperty

The configuration required for registering the connector.

connectorProvisioningTypeRequired
string

The provisioning type used to register the connector.

connectorLabelOptional
string

The label used for registering the connector.

descriptionOptional
string

A description about the connector runtime setting.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-appflow
CFN TypeAWS::AppFlow::Connector
Properties4

Related Constructs

External Links