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

BrokerSummary

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

Returns information about all brokers.

interface BrokerSummary {
BrokerArn?: string | null;
BrokerId?: string | null;
BrokerName?: string | null;
BrokerState?: BrokerState | null;
Created?: Date | number | null;
DeploymentMode: DeploymentMode;
EngineType: EngineType;
HostInstanceType?: string | null;
}

§Properties

§
BrokerArn?: string | null
[src]

The broker's Amazon Resource Name (ARN).

§
BrokerId?: string | null
[src]

The unique ID that Amazon MQ generates for the broker.

§
BrokerName?: string | null
[src]

The broker's name. This value is unique in your AWS account, 1-50 characters long, and containing only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters.

§
BrokerState?: BrokerState | null
[src]

The broker's status.

§
Created?: Date | number | null
[src]

The time when the broker was created.

§
DeploymentMode: DeploymentMode
[src]

The broker's deployment mode.

§
EngineType: EngineType
[src]

The type of broker engine.

§
HostInstanceType?: string | null
[src]

The broker's instance type.