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