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

MonitoredResourceInfo

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

Describes resource being monitored by an alarm.

An alarm is a way to monitor your Amazon Lightsail resource metrics. For more information, see Alarms in Amazon Lightsail.

interface MonitoredResourceInfo {
arn?: string | null;
name?: string | null;
resourceType?: ResourceType | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the resource being monitored.

§
name?: string | null
[src]

The name of the Lightsail resource being monitored.

§
resourceType?: ResourceType | null
[src]

The Lightsail resource type of the resource being monitored.

Instances, load balancers, and relational databases are the only Lightsail resources that can currently be monitored by alarms.