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

StorageInfo

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

Contains information about storage volumes attached to MSK broker nodes.

interface StorageInfo {
EbsStorageInfo?: EBSStorageInfo | null;
}

§Properties

§
EbsStorageInfo?: EBSStorageInfo | null
[src]

EBS volume information.