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

LoggingDestination

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

Configuration of a specific logging destination (the producer project or the consumer project).

interface LoggingDestination {
logs?: string[];
monitoredResource?: string;
}

§Properties

§
logs?: string[]
[src]

Names of the logs to be sent to this destination. Each name must be defined in the Service.logs section. If the log name is not a domain scoped name, it will be automatically prefixed with the service name followed by "/".

§
monitoredResource?: string
[src]

The monitored resource type. The type must be defined in the Service.monitored_resources section.