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

DescribeLogGroupsRequest

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

§Properties

§
limit?: number | null
[src]

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

§
logGroupNamePrefix?: string | null
[src]

The prefix to match.

§
nextToken?: string | null
[src]

The token for the next set of items to return. (You received this token from a previous call.)