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

CompatibleKafkaVersion

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

Contains source Apache Kafka versions and compatible target Apache Kafka versions.

interface CompatibleKafkaVersion {
SourceVersion?: string | null;
TargetVersions?: string[] | null;
}

§Properties

§
SourceVersion?: string | null
[src]

An Apache Kafka version.

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

A list of Apache Kafka versions.