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

Monitor

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

Amazon CloudWatch alarms to monitor during the deployment process.

interface Monitor {
AlarmArn: string;
AlarmRoleArn?: string | null;
}

§Properties

§
AlarmArn: string
[src]

Amazon Resource Name (ARN) of the Amazon CloudWatch alarm.

§
AlarmRoleArn?: string | null
[src]

ARN of an Identity and Access Management (IAM) role for AppConfig to monitor AlarmArn.