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

ConfigurationInfo

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

Specifies the configuration to use for the brokers.

interface ConfigurationInfo {
Arn: string;
Revision: number;
}

§Properties

§
Arn: string
[src]

ARN of the configuration to use.

§
Revision: number
[src]

The revision of the configuration to use.