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

LogGroupField

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

The fields contained in log events found by a GetLogGroupFields operation, along with the percentage of queried log events in which each field appears.

interface LogGroupField {
name?: string | null;
percent?: number | null;
}

§Properties

§
name?: string | null
[src]

The name of a log field.

§
percent?: number | null
[src]

The percentage of log events queried that contained the field.