Module Values.TickerplantLogConfigurationSource

A configuration to store the Tickerplant logs. It consists of a list of volumes that will be mounted to your cluster. For the cluster type Tickerplant, the location of the TP volume on the cluster will be available by using the global variable .aws.tp_log_path.

Sourcetype nonrec t = {
  1. tickerplantLogVolumes : TickerplantLogVolumes.t option;
    (*

    The name of the volumes for tickerplant logs.

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