Amazon MSK · JSON Structure

Msk Api Firehose Structure

Firehose schema from Amazon MSK API

Type: object Properties: 2 Required: 1
BroadcastingMedia ProcessingMedia

Firehose 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

DeliveryStream Enabled

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-firehose-structure.json",
  "name": "Firehose",
  "type": "object",
  "description": "Firehose schema from Amazon MSK API",
  "properties": {
    "DeliveryStream": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "deliveryStream"
          }
        }
      ]
    },
    "Enabled": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__boolean"
        },
        {
          "xml": {
            "name": "enabled"
          }
        }
      ]
    }
  },
  "required": [
    "Enabled"
  ]
}