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

EBSStorageInfo

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

Contains information about the EBS storage volumes attached to Apache Kafka broker nodes.

interface EBSStorageInfo {
ProvisionedThroughput?: ProvisionedThroughput | null;
VolumeSize?: number | null;
}

§Properties

§
ProvisionedThroughput?: ProvisionedThroughput | null
[src]

EBS volume provisioned throughput information.

§
VolumeSize?: number | null
[src]

The size in GiB of the EBS volume for the data drive on each broker node.