Values.SoftwareUpdateOptionsSourceOptions for configuring service software updates for a domain.
type nonrec t = {autoSoftwareUpdateEnabled : Boolean.t option;Whether automatic service software updates are enabled for the domain.
*)useLatestServiceSoftwareForBlueGreen : Boolean.t option;Whether the domain should use the latest service software version during a blue/green deployment. If enabled, the domain will automatically use the latest available service software when a blue/green deployment is triggered.
*)}