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

JmxExporterInfo

import type { JmxExporterInfo } from "https://aws-api.deno.dev/v0.4/services/kafka.ts?docs=full";

Indicates whether you want to turn on or turn off the JMX Exporter.

interface JmxExporterInfo {
EnabledInBroker: boolean;
}

§Properties

§
EnabledInBroker: boolean
[src]

Indicates whether you want to turn on or turn off the JMX Exporter.