Amazon MSK · JSON Structure

Msk Api Storage Mode Structure

Controls storage mode for various supported storage tiers.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

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

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-storage-mode-structure.json",
  "name": "StorageMode",
  "type": "string",
  "description": "Controls storage mode for various supported storage tiers.",
  "enum": [
    "LOCAL",
    "TIERED"
  ]
}