Amazon MSK · JSON Structure

Msk Api Update Configuration Request Structure

UpdateConfigurationRequest schema from Amazon MSK API

Type: object Properties: 2 Required: 1
BroadcastingMedia ProcessingMedia

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

Properties

Description ServerProperties

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-configuration-request-structure.json",
  "name": "UpdateConfigurationRequest",
  "type": "object",
  "description": "UpdateConfigurationRequest schema from Amazon MSK API",
  "properties": {
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "description"
          },
          "description": "\n            <p>The description of the configuration revision.</p>"
        }
      ]
    },
    "ServerProperties": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__blob"
        },
        {
          "xml": {
            "name": "serverProperties"
          },
          "description": "\n            <p>Contents of the <filename>server.properties</filename> file. When using the API, you must ensure that the contents of the file are base64 encoded. \n               When using the AWS Management Console, the SDK, or the AWS CLI, the contents of <filename>server.properties</filename> can be in plaintext.</p>"
        }
      ]
    }
  },
  "required": [
    "ServerProperties"
  ]
}