Amazon MSK · JSON Structure

Msk Api Configuration Info Structure

Specifies the configuration to use for the brokers.

Type: object Properties: 2 Required: 2
BroadcastingMedia ProcessingMedia

ConfigurationInfo 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

Arn Revision

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-configuration-info-structure.json",
  "name": "ConfigurationInfo",
  "type": "object",
  "description": "\n            <p>Specifies the configuration to use for the brokers.</p>",
  "properties": {
    "Arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "arn"
          },
          "description": "\n            <p>ARN of the configuration to use.</p>"
        }
      ]
    },
    "Revision": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__long"
        },
        {
          "xml": {
            "name": "revision"
          },
          "description": "\n            <p>The revision of the configuration to use.</p>"
        }
      ]
    }
  },
  "required": [
    "Revision",
    "Arn"
  ]
}