Module Values.RedshiftLineageSyncConfigurationOutputSource

The Amaon Redshift lineage sync configuration.

Sourcetype nonrec t = {
  1. lineageJobId : String_.t option;
    (*

    The lineage job ID of the Amaon Redshift lineage sync configuration.

    *)
  2. enabled : Boolean.t option;
    (*

    Specifies whether the Amaon Redshift lineage sync configuration is enabled.

    *)
  3. schedule : LineageSyncSchedule.t option;
    (*

    The schedule of teh Amaon Redshift lineage sync configuration.

    *)
}
Sourceval make : ?lineageJobId:??? -> ?enabled:??? -> ?schedule:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of String_.t | `Structure of (string * [> `String of LineageSyncScheduleScheduleString.t ]) 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