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

LogConfigurations

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

A collection of log configurations.

interface LogConfigurations {
Cloudwatch?: LogConfiguration | null;
}

§Properties

§
Cloudwatch?: LogConfiguration | null
[src]

Parameters for publishing logs to Amazon CloudWatch Logs.