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

CloudWatchLogs

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

§Properties

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