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

GetDashboardOutput

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

§Properties

§
DashboardArn?: string | null
[src]

The Amazon Resource Name (ARN) of the dashboard.

§
DashboardBody?: string | null
[src]

The detailed information about the dashboard, including what widgets are included and their location on the dashboard. For more information about the DashboardBody syntax, see Dashboard Body Structure and Syntax.

§
DashboardName?: string | null
[src]

The name of the dashboard.