Values.DestinationFlowConfigSourceContains information about the configuration of destination connectors present 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 that the destination connector uses.
*)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.
*)destinationConnectorProperties : DestinationConnectorProperties.t;This stores the information that is required to query a particular connector.
*)}val make :
?apiVersion:??? ->
?connectorProfileName:??? ->
connectorType:ConnectorType.t ->
destinationConnectorProperties:DestinationConnectorProperties.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ApiVersion.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `String of Name.t ] list
| `Map of
([> `String of CustomPropertyKey.t ]
* [> `String of CustomPropertyValue.t ])
list
| `String of Object.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of BucketPrefix.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `Long of Long.t ])
list ])
list ])
list ])
list ])
list ]