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

DescribeWorkerConfigurationResponse

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

§Properties

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

The time that the worker configuration was created.

§
description?: string | null
[src]

The description of the worker configuration.

§

The latest revision of the custom configuration.

§
name?: string | null
[src]

The name of the worker configuration.

§
workerConfigurationArn?: string | null
[src]

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