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

DescribeSubscriptionFiltersRequest

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

§Properties

§
filterNamePrefix?: string | null
[src]

The prefix to match. If you don't specify a value, no prefix filter is applied.

§
limit?: number | null
[src]

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

§
logGroupName: string
[src]

The name of the log group.

§
nextToken?: string | null
[src]

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