Amazon MSK · JSON Structure

Msk Api Update Connectivity Request Structure

Request body for UpdateConnectivity.

Type: object Properties: 2 Required: 2
BroadcastingMedia ProcessingMedia

UpdateConnectivityRequest 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

ConnectivityInfo 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-connectivity-request-structure.json",
  "name": "UpdateConnectivityRequest",
  "type": "object",
  "description": "Request body for UpdateConnectivity.",
  "properties": {
    "ConnectivityInfo": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConnectivityInfo"
        },
        {
          "xml": {
            "name": "connectivityInfo"
          },
          "description": "\n            <p>Information about the broker access configuration.</p>"
        }
      ]
    },
    "CurrentVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "currentVersion"
          },
          "description": "\n            <p>The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.</p>"
        }
      ]
    }
  },
  "required": [
    "ConnectivityInfo",
    "CurrentVersion"
  ]
}