Module Values.JobLevelCostAllocationConfigurationSource

The configuration object that enables job level cost allocation.

Sourcetype nonrec t = {
  1. enabled : Boolean.t option;
    (*

    Enables job level cost allocation for the application.

    *)
}
Sourceval make : ?enabled:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.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