Amazon MSK · JSON Structure

Msk Api Update Configuration Response Structure

UpdateConfigurationResponse schema from Amazon MSK API

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

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

Properties

Arn LatestRevision

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-response-structure.json",
  "name": "UpdateConfigurationResponse",
  "type": "object",
  "description": "UpdateConfigurationResponse schema from Amazon MSK API",
  "properties": {
    "Arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "arn"
          },
          "description": "\n            <p>The Amazon Resource Name (ARN) of the configuration.</p>"
        }
      ]
    },
    "LatestRevision": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConfigurationRevision"
        },
        {
          "xml": {
            "name": "latestRevision"
          },
          "description": "\n            <p>Latest revision of the configuration.</p>"
        }
      ]
    }
  }
}