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

CreateCustomPluginRequest

import type { CreateCustomPluginRequest } from "https://aws-api.deno.dev/v0.3/services/kafkaconnect.ts?docs=full";
interface CreateCustomPluginRequest {
description?: string | null;
name: string;
}

§Properties

§

The type of the plugin file.

§
description?: string | null
[src]

A summary description of the custom plugin.

§

Information about the location of a custom plugin.

§
name: string
[src]

The name of the custom plugin.