Values.RedshiftLineageSyncConfigurationOutputSourceThe Amaon Redshift lineage sync configuration.
type nonrec t = {lineageJobId : String_.t option;The lineage job ID of the Amaon Redshift lineage sync configuration.
*)enabled : Boolean.t option;Specifies whether the Amaon Redshift lineage sync configuration is enabled.
*)schedule : LineageSyncSchedule.t option;The schedule of teh Amaon Redshift lineage sync configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of String_.t
| `Structure of
(string * [> `String of LineageSyncScheduleScheduleString.t ]) list ])
list ]