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

DescribeCustomPluginResponse

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

§Properties

§
creationTime?: Date | number | null
[src]

The time that the custom plugin was created.

§
customPluginArn?: string | null
[src]

The Amazon Resource Name (ARN) of the custom plugin.

§
customPluginState?: CustomPluginState | null
[src]

The state of the custom plugin.

§
description?: string | null
[src]

The description of the custom plugin.

§
latestRevision?: CustomPluginRevisionSummary | null
[src]

The latest successfully created revision of the custom plugin. If there are no successfully created revisions, this field will be absent.

§
name?: string | null
[src]

The name of the custom plugin.