Amazon Managed Prometheus Describe Workspace Response Structure

Represents the output of a DescribeWorkspace operation.

Type: object Properties: 1 Required: 1
ContainersMonitoringObservabilityPrometheus

DescribeWorkspaceResponse is a JSON Structure definition published by Amazon Managed Service for Prometheus, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

workspace

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-prometheus/refs/heads/main/json-structure/amazon-managed-prometheus-describe-workspace-response-structure.json",
  "name": "DescribeWorkspaceResponse",
  "description": "Represents the output of a DescribeWorkspace operation.",
  "type": "object",
  "properties": {
    "workspace": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkspaceDescription"
        },
        {
          "description": "The properties of the selected workspace."
        }
      ]
    }
  },
  "required": [
    "workspace"
  ]
}