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

ConfigurationId

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

A list of information about the configuration.

! IMPORTANT: ! Does not apply to RabbitMQ brokers.

interface ConfigurationId {
Id: string;
Revision?: number | null;
}

§Properties

§
Id: string
[src]

Required. The unique ID that Amazon MQ generates for the configuration.

§
Revision?: number | null
[src]

The revision number of the configuration.