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

BrokerInstance

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

Returns information about all brokers.

interface BrokerInstance {
ConsoleURL?: string | null;
Endpoints?: string[] | null;
IpAddress?: string | null;
}

§Properties

§
ConsoleURL?: string | null
[src]

The brokers web console URL.

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

The broker's wire-level protocol endpoints.

§
IpAddress?: string | null
[src]

The IP address of the Elastic Network Interface (ENI) attached to the broker. Does not apply to RabbitMQ brokers.