Values.WorkspaceSummarySourceA structure that contains some information about one workspace in the account.
type nonrec t = {created : Timestamp.t option;The date that the workspace was created.
*)description : Description.t option;The customer-entered description of the workspace.
*)endpoint : Endpoint.t option;The URL endpoint to use to access the Grafana console in the workspace.
*)grafanaVersion : GrafanaVersion.t option;The Grafana version that the workspace is running.
*)id : WorkspaceId.t option;The unique ID of the workspace.
*)modified : Timestamp.t option;The most recent date that the workspace was modified.
*)name : WorkspaceName.t option;The name of the workspace.
*)notificationDestinations : NotificationDestinationsList.t option;The Amazon Web Services notification channels that Amazon Managed Grafana can automatically create IAM roles and permissions for, which allows Amazon Managed Grafana to use these channels.
*)status : WorkspaceStatus.t option;The current status of the workspace.
*)authentication : AuthenticationSummary.t option;A structure containing information about the authentication methods used in the workspace.
*)licenseType : LicenseType.t option;Specifies whether this workspace has a full Grafana Enterprise license. Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
*)grafanaToken : GrafanaToken.t option;The token that ties this workspace to a Grafana Labs account. For more information, see Link your account with Grafana Labs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Description.t
| `Structure of
(string * [> `Enum of string | `List of [> `Enum of string ] list ])
list
| `Timestamp of Timestamp.t ])
list ]