Module Values.OpenSearchWorkspaceSource

This structure contains information about the OpenSearch Service workspace used for this integration. An OpenSearch Service workspace is the collection of dashboards along with other OpenSearch Service tools. This workspace was created automatically as part of the integration setup. For more information, see Centralized OpenSearch user interface (Dashboards) with OpenSearch Service.

Sourcetype nonrec t = {
  1. workspaceId : OpenSearchWorkspaceId.t option;
    (*

    The ID of this workspace.

    *)
  2. status : OpenSearchResourceStatus.t option;
    (*

    This structure contains information about the status of an OpenSearch Service resource.

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