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.3/services/codedeploy.ts?docs=full";

Information about an alarm.

interface Alarm {
name?: string | null;
}

§Properties

§
name?: string | null
[src]

The name of the alarm. Maximum length is 255 characters. Each alarm name can be used only once in a list of alarms.