Values.ScraperLoggingDestinationSourceThe destination where scraper logs are sent.
type nonrec t = {cloudWatchLogs : CloudWatchLogDestination.t option;The CloudWatch Logs configuration for the scraper logging destination.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of LogGroupArn.t ]) list ])
list ]