Amazon MSK · JSON Structure

Msk Api Update Cluster Kafka Version Request Structure

UpdateClusterKafkaVersionRequest schema from Amazon MSK API

Type: object Properties: 3 Required: 2
BroadcastingMedia ProcessingMedia

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

Properties

ConfigurationInfo CurrentVersion TargetKafkaVersion

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-update-cluster-kafka-version-request-structure.json",
  "name": "UpdateClusterKafkaVersionRequest",
  "type": "object",
  "description": "UpdateClusterKafkaVersionRequest schema from Amazon MSK API",
  "properties": {
    "ConfigurationInfo": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConfigurationInfo"
        },
        {
          "xml": {
            "name": "configurationInfo"
          },
          "description": "\n            <p>The custom configuration that should be applied on the new version of cluster.</p>"
        }
      ]
    },
    "CurrentVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "currentVersion"
          },
          "description": "\n            <p>Current cluster version.</p>"
        }
      ]
    },
    "TargetKafkaVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "targetKafkaVersion"
          },
          "description": "\n            <p>Target Kafka version.</p>"
        }
      ]
    }
  },
  "required": [
    "TargetKafkaVersion",
    "CurrentVersion"
  ]
}