Values.OpenSearchWorkspaceSourceThis 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.
type nonrec t = {workspaceId : OpenSearchWorkspaceId.t option;The ID of this workspace.
*)status : OpenSearchResourceStatus.t option;This structure contains information about the status of an OpenSearch Service resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of OpenSearchWorkspaceId.t
| `Structure of
(string
* [> `Enum of string | `String of IntegrationStatusMessage.t ])
list ])
list ]