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

CapacityConfig

import type { CapacityConfig } from "https://googleapis.deno.dev/v1/managedkafka:v1.ts";

A capacity configuration of a Kafka cluster.

interface CapacityConfig {
memoryBytes?: bigint;
vcpuCount?: bigint;
}

§Properties

§
memoryBytes?: bigint
[src]

Required. The memory to provision for the cluster in bytes. The CPU:memory ratio (vCPU:GiB) must be between 1:1 and 1:8. Minimum: 3221225472 (3 GiB).

§
vcpuCount?: bigint
[src]

Required. The number of vCPUs to provision for the cluster. Minimum: 3.