Values.AwsOpenSearchServiceDomainLogPublishingOptionsDetailsSourceConfigures the CloudWatch Logs to publish for the OpenSearch domain.
type nonrec t = {indexSlowLogs : AwsOpenSearchServiceDomainLogPublishingOption.t option;Configures the OpenSearch index logs publishing.
*)searchSlowLogs : AwsOpenSearchServiceDomainLogPublishingOption.t option;Configures the OpenSearch search slow log publishing.
*)auditLogs : AwsOpenSearchServiceDomainLogPublishingOption.t option;Configures the OpenSearch audit logs publishing.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t | `String of NonEmptyString.t ])
list ])
list ]