Values.CustomConnectorSourcePropertiesSourceThe properties that are applied when the custom connector is being used as a source.
type nonrec t = {entityName : EntityName.t;The entity specified in the custom connector as a source in the flow.
*)customProperties : CustomProperties.t option;Custom properties that are required to use the custom connector as a source.
*)dataTransferApi : DataTransferApi.t option;The API of the connector application that Amazon AppFlow uses to transfer your data.
*)}val make :
?customProperties:??? ->
?dataTransferApi:??? ->
entityName:EntityName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of CustomPropertyKey.t ]
* [> `String of CustomPropertyValue.t ])
list
| `String of EntityName.t
| `Structure of
(string
* [> `Enum of string | `String of DataTransferApiTypeName.t ])
list ])
list ]