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

CreateWorkerConfigurationResponse

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

§Properties

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

The time that the worker configuration was created.

§

The latest revision of the worker configuration.

§
name?: string | null
[src]

The name of the worker configuration.

§
workerConfigurationArn?: string | null
[src]

The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration.