Amazon MSK · JSON Structure

Msk Api Update Cluster Configuration Request Structure

UpdateClusterConfigurationRequest schema from Amazon MSK API

Type: object Properties: 2 Required: 2
BroadcastingMedia ProcessingMedia

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

Properties

ConfigurationInfo CurrentVersion

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-configuration-request-structure.json",
  "name": "UpdateClusterConfigurationRequest",
  "type": "object",
  "description": "UpdateClusterConfigurationRequest schema from Amazon MSK API",
  "properties": {
    "ConfigurationInfo": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConfigurationInfo"
        },
        {
          "xml": {
            "name": "configurationInfo"
          },
          "description": "\n            <p>Represents the configuration that you want MSK to use for the brokers in a cluster.</p>"
        }
      ]
    },
    "CurrentVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "currentVersion"
          },
          "description": "\n            <p>The version of the cluster that needs to be updated.</p>"
        }
      ]
    }
  },
  "required": [
    "CurrentVersion",
    "ConfigurationInfo"
  ]
}