Amazon MSK · JSON Structure

Msk Api Cluster Type Structure

The type of cluster.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

ClusterType is a JSON Structure definition published by Amazon MSK. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-msk/refs/heads/main/json-structure/msk-api-cluster-type-structure.json",
  "name": "ClusterType",
  "type": "string",
  "description": "\n            <p>The type of cluster.</p>",
  "enum": [
    "PROVISIONED",
    "SERVERLESS"
  ]
}