Module Values.IntegrationConfigSource

Configuration data for integration workflow.

Sourcetype nonrec t = {
  1. appflowIntegration : AppflowIntegration.t option;
    (*

    Configuration data for APPFLOW_INTEGRATION workflow type.

    *)
}
Sourceval make : ?appflowIntegration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `Timestamp of Timestamp.t ]) list ] list | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `String of StringTo2048.t ] list | `Map of ([> `Enum of string ] * [> `String of Property.t ]) list | `String of DestinationField.t | `Structure of (string * [> `Enum of string ]) list ]) list ] list | `String of FlowDescription.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 | `Enum of string | `Long of ScheduleOffset.t | `String of Object.t | `Timestamp of Date.t ]) list ]) 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