Values.LogPublishingOptionsSourceContainer for the values required to configure logging for the pipeline. If you don't specify these values, OpenSearch Ingestion will not publish logs from your application to CloudWatch Logs.
type nonrec t = {isLoggingEnabled : Boolean.t option;Whether logs should be published.
*)cloudWatchLogDestination : CloudWatchLogDestination.t option;The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch Logs. This parameter is required if IsLoggingEnabled is set to true.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of (string * [> `String of LogGroup.t ]) list ])
list ]