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

ListDashboardsInput

import type { ListDashboardsInput } from "https://aws-api.deno.dev/v0.4/services/cloudwatch.ts?docs=full";
interface ListDashboardsInput {
DashboardNamePrefix?: string | null;
NextToken?: string | null;
}

§Properties

§
DashboardNamePrefix?: string | null
[src]

If you specify this parameter, only the dashboards with names starting with the specified string are listed. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, ".", "-", and "_".

§
NextToken?: string | null
[src]

The token returned by a previous call to indicate that there is more data available.