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

ProvisionedCapacity

import type { ProvisionedCapacity } from "https://aws-api.deno.dev/v0.3/services/kafkaconnect.ts?docs=full";

Details about a connector's provisioned capacity.

interface ProvisionedCapacity {
mcuCount: number;
workerCount: number;
}

§Properties

§
mcuCount: number
[src]

The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.

§
workerCount: number
[src]

The number of workers that are allocated to the connector.