AWS::AppFlow::Connector
Creates a new connector profile associated with your Amazon Web Services account. There is a soft quota of 100 connector profiles per Amazon Web Services 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.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::AppFlow::Connector", "Properties" : { "ConnectorLabel" :String, "ConnectorProvisioningConfig" :ConnectorProvisioningConfig, "ConnectorProvisioningType" :String, "Description" :String} }
YAML
Type: AWS::AppFlow::Connector Properties: ConnectorLabel:StringConnectorProvisioningConfig:ConnectorProvisioningConfigConnectorProvisioningType:StringDescription:String
Properties
ConnectorLabel-
The label used for registering the connector.
Required: No
Type: String
Maximum:
256Pattern:
[a-zA-Z0-9][\w!@#.-]+Update requires: Replacement
ConnectorProvisioningConfig-
The configuration required for registering the connector.
Required: Yes
Type: ConnectorProvisioningConfig
Update requires: No interruption
ConnectorProvisioningType-
The provisioning type used to register the connector.
Required: Yes
Type: String
Allowed values:
LAMBDAUpdate requires: No interruption
Description-
A description about the connector runtime setting.
Required: No
Type: String
Maximum:
1024Pattern:
[\s\w/!@#+=.-]*Update requires: No interruption