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

AlarmIdentifier

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

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether the specified health check is healthy.

interface AlarmIdentifier {
Name: string;
}

§Properties

§
Name: string
[src]

The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

Note: Route 53 supports CloudWatch alarms with the following features: - Standard-resolution metrics. High-resolution metrics aren't supported. For more information, see High-Resolution Metrics in the Amazon CloudWatch User Guide. - Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended statistics aren't supported.

§

For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.

For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference.