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

BrokerEngineType

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

Types of broker engines.

interface BrokerEngineType {
EngineType?: EngineType | null;
EngineVersions?: EngineVersion[] | null;
}

§Properties

§
EngineType?: EngineType | null
[src]

The broker's engine type.

§
EngineVersions?: EngineVersion[] | null
[src]

The list of engine versions.