Values.SourceFlowConfigSourceContains information about the configuration of the source connector used in the flow.
type nonrec t = {connectorProfileName : ConnectorProfileName.t option;The name of the AppFlow connector profile. This name must be unique for each connector profile in the AWS account.
*)connectorType : SourceConnectorType.t;The type of connector, such as Salesforce, Marketo, and so on.
*)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.
*)sourceConnectorProperties : SourceConnectorProperties.t;Specifies the information that is required to query a particular source connector.
*)}val make :
?connectorProfileName:??? ->
?incrementalPullConfig:??? ->
connectorType:SourceConnectorType.t ->
sourceConnectorProperties:SourceConnectorProperties.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ConnectorProfileName.t
| `Structure of
(string
* [> `String of DatetimeTypeFieldName.t
| `Structure of
(string * [> `Boolean of Boolean.t | `String of Object.t ])
list ])
list ])
list ]