Amazon MQ · Schema

BrokerStorageType

The broker's storage type.

EFS is not supported for RabbitMQ engine type.

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mq-api-broker-storage-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mq/refs/heads/main/json-schema/mq-api-broker-storage-type-schema.json",
  "title": "BrokerStorageType",
  "description": "<p>The broker's storage type.</p> <important><p>EFS is not supported for RabbitMQ engine type.</p></important>",
  "type": "string",
  "enum": [
    "EBS",
    "EFS"
  ]
}