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

LogConfigDataAccessOptions

import type { LogConfigDataAccessOptions } from "https://googleapis.deno.dev/v1/compute:v1.ts";

This is deprecated and has no effect. Do not use.

interface LogConfigDataAccessOptions {
logMode?: "LOG_FAIL_CLOSED" | "LOG_MODE_UNSPECIFIED";
}

§Properties

§
logMode?: "LOG_FAIL_CLOSED" | "LOG_MODE_UNSPECIFIED"
[src]

This is deprecated and has no effect. Do not use.