Module Values.BootstrapActionConfigSource

Configuration of a bootstrap action.

Sourcetype nonrec t = {
  1. name : XmlStringMaxLen256.t;
    (*

    The name of the bootstrap action.

    *)
  2. scriptBootstrapAction : ScriptBootstrapActionConfig.t;
    (*

    The script run by the bootstrap action.

    *)
}
Sourceval context_ : string
Sourceval make : name:XmlStringMaxLen256.t -> scriptBootstrapAction:ScriptBootstrapActionConfig.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of XmlStringMaxLen256.t | `Structure of (string * [> `List of [> `String of XmlString.t ] list | `String of XmlString.t ]) list ]) 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