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

Logging

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

An object that represents the logging information for a virtual node.

interface Logging {
accessLog?: AccessLog | null;
}

§Properties

§
accessLog?: AccessLog | null
[src]

The access log configuration for a virtual node.