Module Values.AwsElasticsearchDomainLogPublishingOptionsSource

configures the CloudWatch Logs to publish for the Elasticsearch domain.

Sourcetype nonrec t = {
  1. indexSlowLogs : AwsElasticsearchDomainLogPublishingOptionsLogConfig.t option;
    (*

    Configures the OpenSearch index logs publishing.

    *)
  2. searchSlowLogs : AwsElasticsearchDomainLogPublishingOptionsLogConfig.t option;
    (*

    Configures the OpenSearch search slow log publishing.

    *)
  3. auditLogs : AwsElasticsearchDomainLogPublishingOptionsLogConfig.t option;
}
Sourceval make : ?indexSlowLogs:??? -> ?searchSlowLogs:??? -> ?auditLogs:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t