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

CreateBrokerResponse

import type { CreateBrokerResponse } from "https://aws-api.deno.dev/v0.3/services/mq.ts?docs=full";
interface CreateBrokerResponse {
BrokerArn?: string | null;
BrokerId?: 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.