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

CreateCustomPluginResponse

import type { CreateCustomPluginResponse } from "https://aws-api.deno.dev/v0.3/services/kafkaconnect.ts?docs=full";
interface CreateCustomPluginResponse {
customPluginArn?: string | null;
customPluginState?: CustomPluginState | null;
name?: string | null;
revision?: number | null;
}

§Properties

§
customPluginArn?: string | null
[src]

The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.

§
customPluginState?: CustomPluginState | null
[src]

The state of the custom plugin.

§
name?: string | null
[src]

The name of the custom plugin.

§
revision?: number | null
[src]

The revision of the custom plugin.