Values_3.InstanceFamilyCreditSpecificationSourceDescribes the default credit option for CPU usage of a burstable performance instance family.
type nonrec t = {instanceFamily : Values_2.UnlimitedSupportedInstanceFamily.t option;The instance family.
*)cpuCredits : Values_0.String_.t option;The default credit option for CPU usage of the instance family. Valid values are standard and unlimited.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]