Values.ServerlessTrackSourceDefines a track that determines which Amazon Redshift version to apply after a new version is released. If the value for ServerlessTrack is current, the workgroup is updated to the most recently certified release. If the value is trailing, the workgroup is updated to the previously certified release.
type nonrec t = {trackName : TrackName.t option;The name of the track. Valid values are current and trailing.
*)updateTargets : UpdateTargetsList.t option;An array of UpdateTarget objects to update with the track.
*)workgroupVersion : String_.t option;The workgroup version number for the workgroup release.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TrackName.t ]) list ]
list
| `String of TrackName.t ])
list ]