Values.WorkspaceDescriptionSourceThe full details about one Amazon Managed Service for Prometheus workspace in your account.
type nonrec t = {workspaceId : WorkspaceId.t option;The unique ID for the workspace. For example, ws-example1-1234-abcd-5678-ef90abcd1234.
*)alias : WorkspaceAlias.t option;The alias that is assigned to this workspace to help identify it. It does not need to be unique.
*)arn : WorkspaceArn.t option;The ARN of the workspace. For example, arn:aws:aps:<region>:123456789012:workspace/ws-example1-1234-abcd-5678-ef90abcd1234.
*)status : WorkspaceStatus.t option;The current status of the workspace.
*)prometheusEndpoint : Uri_.t option;The Prometheus endpoint available for this workspace. For example, https://aps-workspaces.<region>.amazonaws.com/workspaces/ws-example1-1234-abcd-5678-ef90abcd1234/api/v1/.
*)createdAt : Timestamp.t option;The date and time that the workspace was created.
*)kmsKeyArn : KmsKeyArn.t option;(optional) If the workspace was created with a customer managed KMS key, the ARN for the key used.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of WorkspaceId.t
| `Structure of (string * [> `Enum of string ]) list
| `Timestamp of Timestamp.t ])
list ]