Values.AwsOpenSearchServiceDomainLogPublishingOptionSourceConfiguration details for a log publishing option.
type nonrec t = {cloudWatchLogsLogGroupArn : NonEmptyString.t option;The ARN of the CloudWatch Logs group to publish the logs to.
*)enabled : Boolean.t option;Whether the log publishing is enabled.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]