Module Values.ParametricConfigurationOverridesSource

A configuration specification to be used to override existing configurations. This data type allows job template parameters to be specified within.

Sourcetype nonrec t = {
  1. applicationConfiguration : ConfigurationList.t option;
    (*

    The configurations for the application running by the job run.

    *)
  2. monitoringConfiguration : ParametricMonitoringConfiguration.t option;
    (*

    The configurations for monitoring.

    *)
}
Sourceval make : ?applicationConfiguration:??? -> ?monitoringConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * Awso.Botodata.value) 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