Module Values_2.InstanceCreditSpecificationRequestSource

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

Sourcetype nonrec t = {
  1. instanceId : Values_0.InstanceId.t;
    (*

    The ID of the instance.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?cpuCredits:??? -> instanceId:Values_0.InstanceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.InstanceId.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