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

AppMonitorSummary

import type { AppMonitorSummary } from "https://aws-api.deno.dev/v0.4/services/rum.ts?docs=full";

A structure that includes some data about app monitors and their settings.

interface AppMonitorSummary {
Created?: string | null;
Id?: string | null;
LastModified?: string | null;
Name?: string | null;
State?: StateEnum | null;
}

§Properties

§
Created?: string | null
[src]

The date and time that the app monitor was created.

§
Id?: string | null
[src]

The unique ID of this app monitor.

§
LastModified?: string | null
[src]

The date and time of the most recent changes to this app monitor's configuration.

§
Name?: string | null
[src]

The name of this app monitor.

§
State?: StateEnum | null
[src]

The current state of this app monitor.