AWS::AppFlow::Connector
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.
Syntax
To declare this entity in your AWS 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:
String
ConnectorProvisioningConfig:ConnectorProvisioningConfig
ConnectorProvisioningType:String
Description:String
Properties
ConnectorLabel
-
The label used for registering the connector.
Required: No
Type: String
Pattern:
[a-zA-Z0-9][\w!@#.-]+
Maximum:
512
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
Pattern:
[a-zA-Z0-9][\w!@#.-]+
Minimum:
1
Maximum:
256
Update requires: No interruption
Description
-
A description about the connector runtime setting.
Required: No
Type: String
Pattern:
[\s\w/!@#+=.-]*
Maximum:
2048
Update requires: No interruption
Return values
Ref
Fn::GetAtt
ConnectorArn
Property description not available.