Module Values.ELBLoadBalancerLoggingParametersSource

Configuration parameters for ELB load balancer logging, including output format and field delimiter settings.

Sourcetype nonrec t = {
  1. outputFormat : OutputFormat.t option;
    (*

    The format for ELB access log entries (plain text or JSON format).

    *)
  2. fieldDelimiter : String_.t option;
    (*

    The delimiter character used to separate fields in ELB access log entries when using plain text format.

    *)
}
Sourceval make : ?outputFormat:??? -> ?fieldDelimiter:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of String_.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