Module Values.ResourceConfigSource

This structure contains configuration details about an integration between CloudWatch Logs and another entity.

Sourcetype nonrec t = {
  1. openSearchResourceConfig : OpenSearchResourceConfig.t option;
    (*

    This structure contains configuration details about an integration between CloudWatch Logs and OpenSearch Service.

    *)
}
Sourceval make : ?openSearchResourceConfig:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of CollectionRetentionDays.t | `List of [> `String of Arn.t ] list | `String of Arn.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