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

ProvisionedThroughput

import type { ProvisionedThroughput } from "https://aws-api.deno.dev/v0.4/services/kafka.ts?docs=full";

Contains information about provisioned throughput for EBS storage volumes attached to kafka broker nodes.

interface ProvisionedThroughput {
Enabled?: boolean | null;
VolumeThroughput?: number | null;
}

§Properties

§
Enabled?: boolean | null
[src]

Provisioned throughput is enabled or not.

§
VolumeThroughput?: number | null
[src]

Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.