Module Values.AgentOrchestrationConfigSource

Specifies whether profiling is enabled or disabled for a profiling group. It is used by ConfigureAgent to enable or disable profiling for a profiling group.

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

    A Boolean that specifies whether the profiling agent collects profiling data or not. Set to true to enable profiling.

    *)
}
Sourceval context_ : string
Sourceval make : profilingEnabled:Boolean.t -> 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