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

CreateWorkerConfigurationRequest

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

§Properties

§
description?: string | null
[src]

A summary description of the worker configuration.

§
name: string
[src]

The name of the worker configuration.

§
propertiesFileContent: string
[src]

Base64 encoded contents of connect-distributed.properties file.