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

AccessLog

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

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

interface AccessLog {
file?: FileAccessLog | null;
}

§Properties

§
file?: FileAccessLog | null
[src]

The file object to send virtual node access logs to.