Module Values.DataIntegrationFlowSourceSource

The DataIntegrationFlow source parameters.

Sourcetype nonrec t = {
  1. sourceType : DataIntegrationFlowSourceType.t;
    (*

    The DataIntegrationFlow source type.

    *)
  2. sourceName : DataIntegrationFlowSourceName.t;
    (*

    The DataIntegrationFlow source name that can be used as table alias in SQL transformation query.

    *)
  3. s3Source : DataIntegrationFlowS3SourceConfiguration.t option;
    (*

    The S3 DataIntegrationFlow source.

    *)
  4. datasetSource : DataIntegrationFlowDatasetSourceConfiguration.t option;
    (*

    The dataset DataIntegrationFlow source.

    *)
}
Sourceval context_ : string
Sourceval make : ?s3Source:??? -> ?datasetSource:??? -> sourceType:DataIntegrationFlowSourceType.t -> sourceName:DataIntegrationFlowSourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of DataIntegrationFlowSourceName.t | `Structure of (string * [> `String of S3BucketName.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of DataIntegrationFlowFieldPriorityDedupeFieldName.t ]) list ] 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