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

Alarm

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

Describes an alarm.

interface Alarm {
AlarmARN?: string | null;
AlarmName?: string | null;
}

§Properties

§
AlarmARN?: string | null
[src]

The Amazon Resource Name (ARN) of the alarm.

§
AlarmName?: string | null
[src]

The name of the alarm.