Values.WorkspaceConfigurationDescriptionSourceThis structure contains the description of the workspace configuration.
type nonrec t = {status : WorkspaceConfigurationStatus.t option;This structure displays the current status of the workspace configuration, and might also contain a reason for that status.
*)limitsPerLabelSet : LimitsPerLabelSetList.t option;This is an array of structures, where each structure displays one label sets for the workspace and the limits for that label set.
*)retentionPeriodInDays : WorkspaceConfigurationDescriptionRetentionPeriodInDaysInteger.t
option;This field displays how many days that metrics are retained in the workspace.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of
WorkspaceConfigurationDescriptionRetentionPeriodInDaysInteger.t
| `List of
[> `Structure of
(string
* [> `Map of
([> `String of LabelName.t ]
* [> `String of LabelValue.t ])
list
| `Structure of
(string
* [> `Long of LimitsPerLabelSetEntryMaxSeriesLong.t ])
list ])
list ]
list
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ])
list ]