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

LogConfiguration

import type { LogConfiguration } from "https://aws-api.deno.dev/v0.3/services/managedblockchain.ts?docs=full";

A configuration for logging events.

interface LogConfiguration {
Enabled?: boolean | null;
}

§Properties

§
Enabled?: boolean | null
[src]

Indicates whether logging is enabled.