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

DashboardEntry

import type { DashboardEntry } from "https://aws-api.deno.dev/v0.3/services/cloudwatch.ts?docs=full";

Represents a specific dashboard.

interface DashboardEntry {
DashboardArn?: string | null;
DashboardName?: string | null;
LastModified?: Date | number | null;
Size?: number | null;
}

§Properties

§
DashboardArn?: string | null
[src]

The Amazon Resource Name (ARN) of the dashboard.

§
DashboardName?: string | null
[src]

The name of the dashboard.

§
LastModified?: Date | number | null
[src]

The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.

§
Size?: number | null
[src]

The size of the dashboard, in bytes.