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

BrokerInstanceOption

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

Option for host instance type.

interface BrokerInstanceOption {
AvailabilityZones?: AvailabilityZone[] | null;
EngineType?: EngineType | null;
HostInstanceType?: string | null;
StorageType?: BrokerStorageType | null;
SupportedDeploymentModes?: DeploymentMode[] | null;
SupportedEngineVersions?: string[] | null;
}

§Properties

§
AvailabilityZones?: AvailabilityZone[] | null
[src]

The list of available az.

§
EngineType?: EngineType | null
[src]

The broker's engine type.

§
HostInstanceType?: string | null
[src]

The broker's instance type.

§
StorageType?: BrokerStorageType | null
[src]

The broker's storage type.

§
SupportedDeploymentModes?: DeploymentMode[] | null
[src]

The list of supported deployment modes.

§
SupportedEngineVersions?: string[] | null
[src]

The list of supported engine versions.