Module Values.KxCommandLineArgumentSource

Defines the key-value pairs to make them available inside the cluster.

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

    The name of the key.

    *)
  2. value : KxCommandLineArgumentValue.t option;
    (*

    The value of the key.

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