Module Values_0.LineageConfigurationSource

Specifies data lineage configuration settings for the crawler.

Sourcetype nonrec t = {
  1. crawlerLineageSettings : CrawlerLineageSettings.t option;
    (*

    Specifies whether data lineage is enabled for the crawler. Valid values are: ENABLE: enables data lineage for the crawler DISABLE: disables data lineage for the crawler

    *)
}
Sourceval make : ?crawlerLineageSettings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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