Values.OrderableDBInstanceOptionSourceThe options that are available for an instance.
type nonrec t = {engine : String_.t option;The engine type of an instance.
*)engineVersion : String_.t option;The engine version of an instance.
*)dBInstanceClass : String_.t option;The instance class for an instance.
*)licenseModel : String_.t option;The license model for an instance.
*)availabilityZones : AvailabilityZoneList.t option;A list of Availability Zones for an instance.
*)vpc : Boolean.t option;Indicates whether an instance is in a virtual private cloud (VPC).
*)storageType : String_.t option;The storage type to associate with the DB cluster
*)}