Module Values.IntegrationDetailsSource

This structure contains information about the integration configuration. For an integration with OpenSearch Service, this includes information about OpenSearch Service resources such as the collection, the workspace, and policies. This structure is returned by a GetIntegration operation.

Sourcetype nonrec t = {
  1. openSearchIntegrationDetails : OpenSearchIntegrationDetails.t option;
    (*

    This structure contains complete information about one integration between CloudWatch Logs and OpenSearch Service.

    *)
}
Sourceval make : ?openSearchIntegrationDetails:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `String of OpenSearchDataSourceName.t | `Structure of (string * [> `Enum of string | `String of IntegrationStatusMessage.t ]) list ]) list ]) 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