The type of cluster.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-schema/msk-api-cluster-type-schema.json", "title": "ClusterType", "description": "\n <p>The type of cluster.</p>", "type": "string", "enum": [ "PROVISIONED", "SERVERLESS" ] }