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

BrokerSoftwareInfo

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

Information about the current software installed on the cluster.

interface BrokerSoftwareInfo {
ConfigurationArn?: string | null;
ConfigurationRevision?: number | null;
KafkaVersion?: string | null;
}

§Properties

§
ConfigurationArn?: string | null
[src]

The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.

§
ConfigurationRevision?: number | null
[src]

The revision of the configuration to use. This field isn't visible in this preview release.

§
KafkaVersion?: string | null
[src]

The version of Apache Kafka.