Module Values.DestinationFlowConfigSource

Contains information about the configuration of destination connectors present in the flow.

Sourcetype nonrec t = {
  1. connectorType : ConnectorType.t;
    (*

    The type of connector, such as Salesforce, Amplitude, and so on.

    *)
  2. apiVersion : ApiVersion.t option;
    (*

    The API version that the destination connector uses.

    *)
  3. 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.

    *)
  4. destinationConnectorProperties : DestinationConnectorProperties.t;
    (*

    This stores the information that is required to query a particular connector.

    *)
}
Sourceval context_ : string
Sourceval make : ?apiVersion:??? -> ?connectorProfileName:??? -> connectorType:ConnectorType.t -> destinationConnectorProperties:DestinationConnectorProperties.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t