Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BrokerStorageType

import type { BrokerStorageType } from "https://aws-api.deno.dev/v0.3/services/mq.ts?docs=full";

The broker's storage type.

! IMPORTANT: ! EFS is not supported for RabbitMQ engine type.

type BrokerStorageType = "EBS" | "EFS" | cmnP.UnexpectedEnumValue;