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

An Amazon CloudWatch alarm configured to monitor metrics on an endpoint.

interface Alarm {
AlarmName?: string | null;
}

§Properties

§
AlarmName?: string | null
[src]

The name of a CloudWatch alarm in your account.