Module Values_3.InstanceFamilyCreditSpecificationSource

Describes the default credit option for CPU usage of a burstable performance instance family.

Sourcetype nonrec t = {
  1. instanceFamily : Values_2.UnlimitedSupportedInstanceFamily.t option;
    (*

    The instance family.

    *)
  2. cpuCredits : Values_0.String_.t option;
    (*

    The default credit option for CPU usage of the instance family. Valid values are standard and unlimited.

    *)
}
Sourceval make : ?instanceFamily:??? -> ?cpuCredits:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t