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

GetLogGroupFieldsRequest

import type { GetLogGroupFieldsRequest } from "https://aws-api.deno.dev/v0.3/services/cloudwatchlogs.ts?docs=full";
interface GetLogGroupFieldsRequest {
logGroupName: string;
time?: number | null;
}

§Properties

§
logGroupName: string
[src]

The name of the log group to search.

§
time?: number | null
[src]

The time to set as the center of the query. If you specify time, the 15 minutes before this time are queries. If you omit time the 8 minutes before and 8 minutes after this time are searched.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.