Values.LogPublishingOptionSourceSpecifies whether the Amazon OpenSearch Service domain publishes the OpenSearch application and slow logs to Amazon CloudWatch. For more information, see Monitoring OpenSearch logs with Amazon CloudWatch Logs. After you enable log publishing, you still have to enable the collection of slow logs using the OpenSearch REST API.
type nonrec t = {cloudWatchLogsLogGroupArn : CloudWatchLogsLogGroupArn.t option;The Amazon Resource Name (ARN) of the CloudWatch Logs group to publish logs to.
*)enabled : Boolean.t option;Whether the log should be published.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t | `String of CloudWatchLogsLogGroupArn.t ])
list ]