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

InstanceMonitoring

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

Describes whether detailed monitoring is enabled for the Auto Scaling instances.

interface InstanceMonitoring {
Enabled?: boolean | null;
}

§Properties

§
Enabled?: boolean | null
[src]

If true, detailed monitoring is enabled. Otherwise, basic monitoring is enabled.