AWS::AppFlow::ConnectorCreates 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 { CfnConnector } from 'aws-cdk-lib/aws-appflow';Or use the module namespace:
import * as appflow from 'aws-cdk-lib/aws-appflow';
// appflow.CfnConnectorConfiguration passed to the constructor as CfnConnectorProps.
connectorProvisioningConfigRequiredIResolvable | ConnectorProvisioningConfigPropertyThe configuration required for registering the connector.
connectorProvisioningTypeRequiredstringThe provisioning type used to register the connector.
connectorLabelOptionalstringThe label used for registering the connector.
descriptionOptionalstringA description about the connector runtime setting.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-appflowAWS::AppFlow::Connector