Module Values.LoggingDestinationSource

Defines a destination and its associated filtering criteria for query logging.

Sourcetype nonrec t = {
  1. cloudWatchLogs : CloudWatchLogDestination.t;
    (*

    Configuration details for logging to CloudWatch Logs.

    *)
  2. filters : LoggingFilter.t;
    (*

    Filtering criteria that determine which queries are logged.

    *)
}
Sourceval context_ : string
Sourceval make : cloudWatchLogs:CloudWatchLogDestination.t -> filters:LoggingFilter.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Long of LoggingFilterQspThresholdLong.t | `String of LogGroupArn.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