Values_2.InstanceCreditSpecificationRequestSourceDescribes the credit option for CPU usage of a burstable performance instance.
type nonrec t = {instanceId : Values_0.InstanceId.t;The ID of the instance.
*)cpuCredits : Values_0.String_.t option;The credit option for CPU usage of the instance. Valid values: standard | unlimited T3 instances with host tenancy do not support the unlimited CPU credit option.
*)}