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

QueryDefinition

import type { QueryDefinition } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudwatchlogs.ts";
interface QueryDefinition {
lastModified?: number | null;
logGroupNames?: string[] | null;
name?: string | null;
queryDefinitionId?: string | null;
queryString?: string | null;
}

§Properties

§
lastModified?: number | null
[src]
§
logGroupNames?: string[] | null
[src]
§
name?: string | null
[src]
§
queryDefinitionId?: string | null
[src]
§
queryString?: string | null
[src]