Module Values.VirtualGatewayAccessLogSource

The access log configuration for a virtual gateway.

Sourcetype nonrec t = {
  1. file : VirtualGatewayFileAccessLog.t option;
    (*

    The file object to send virtual gateway access logs to.

    *)
}
Sourceval make : ?file:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of FilePath.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of JsonKey.t ]) list ] list | `String of TextFormat.t ]) list ]) 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