Module Values.GroupDefinitionSource

Specifies how to group cost and usage data.

Sourcetype nonrec t = {
  1. key : GroupDefinitionKeyString.t;
    (*

    The key to use for grouping cost and usage data.

    *)
  2. type_ : GroupDefinitionType.t option;
    (*

    The type of grouping to apply.

    *)
}
Sourceval context_ : string
Sourceval make : ?type_:??? -> key:GroupDefinitionKeyString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of GroupDefinitionKeyString.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