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

Firehose

import type { Firehose } from "https://aws-api.deno.dev/v0.4/services/kafka.ts?docs=full";
interface Firehose {
DeliveryStream?: string | null;
Enabled: boolean;
}

§Properties

§
DeliveryStream?: string | null
[src]
§
Enabled: boolean
[src]