Amazon Managed Prometheus Create Workspace Request Structure

Represents the input of a CreateWorkspace operation.

Type: object Properties: 3
ContainersMonitoringObservabilityPrometheus

CreateWorkspaceRequest is a JSON Structure definition published by Amazon Managed Service for Prometheus, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

alias clientToken tags

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-create-workspace-request-structure.json",
  "name": "CreateWorkspaceRequest",
  "description": "Represents the input of a CreateWorkspace operation.",
  "type": "object",
  "properties": {
    "alias": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkspaceAlias"
        },
        {
          "description": "An optional user-assigned alias for this workspace. This alias is for user reference and does not need to be unique."
        }
      ]
    },
    "clientToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdempotencyToken"
        },
        {
          "description": "Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request."
        }
      ]
    },
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "Optional, user-provided tags for this workspace."
        }
      ]
    }
  }
}