Values.SourceFlowConfigSourceContains information about the configuration of the source connector used in the flow.
type nonrec t = {connectorType : ConnectorType.t;The type of connector, such as Salesforce, Amplitude, and so on.
*)apiVersion : ApiVersion.t option;The API version of the connector when it's used as a source in the flow.
*)connectorProfileName : ConnectorProfileName.t option;The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account.
*)sourceConnectorProperties : SourceConnectorProperties.t;Specifies the information that is required to query a particular source connector.
*)incrementalPullConfig : IncrementalPullConfig.t option;Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull.
*)}val make :
?apiVersion:??? ->
?connectorProfileName:??? ->
?incrementalPullConfig:??? ->
connectorType:ConnectorType.t ->
sourceConnectorProperties:SourceConnectorProperties.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ApiVersion.t
| `Structure of
(string
* [> `String of DatetimeTypeFieldName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Map of
([> `String of CustomPropertyKey.t ]
* [> `String of CustomPropertyValue.t ])
list
| `String of Object.t
| `Structure of
(string
* [> `Enum of string
| `Integer of SAPODataMaxParallelism.t
| `String of DataTransferApiTypeName.t ])
list ])
list ])
list ])
list ]