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