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

FirewallLogConfig

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

The available logging options for a firewall rule.

interface FirewallLogConfig {
enable?: boolean;
metadata?: "EXCLUDE_ALL_METADATA" | "INCLUDE_ALL_METADATA";
}

§Properties

§
enable?: boolean
[src]

This field denotes whether to enable logging for a particular firewall rule.

§
metadata?: "EXCLUDE_ALL_METADATA" | "INCLUDE_ALL_METADATA"
[src]

This field can only be specified for a particular firewall rule if logging is enabled for that rule. This field denotes whether to include or exclude metadata for firewall logs.