Values.LoggingDestinationSourceDefines a destination and its associated filtering criteria for query logging.
type nonrec t = {cloudWatchLogs : CloudWatchLogDestination.t;Configuration details for logging to CloudWatch Logs.
*)filters : LoggingFilter.t;Filtering criteria that determine which queries are logged.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Long of LoggingFilterQspThresholdLong.t
| `String of LogGroupArn.t ])
list ])
list ]