Amazon Managed Grafana · JSON Structure

Amazon Managed Grafana Delete Workspace Api Key Response Structure

DeleteWorkspaceApiKeyResponse schema from Amazon Managed Grafana API

Type: object Properties: 2 Required: 2
DashboardsMonitoringObservabilityVisualization

DeleteWorkspaceApiKeyResponse is a JSON Structure definition published by Amazon Managed Grafana, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

keyName workspaceId

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-grafana/refs/heads/main/json-structure/amazon-managed-grafana-delete-workspace-api-key-response-structure.json",
  "name": "DeleteWorkspaceApiKeyResponse",
  "description": "DeleteWorkspaceApiKeyResponse schema from Amazon Managed Grafana API",
  "type": "object",
  "properties": {
    "keyName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApiKeyName"
        },
        {
          "description": "The name of the key that was deleted."
        }
      ]
    },
    "workspaceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkspaceId"
        },
        {
          "description": "The ID of the workspace where the key was deleted."
        }
      ]
    }
  },
  "required": [
    "keyName",
    "workspaceId"
  ]
}