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

AlarmRecommendation

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

Defines a recommendation for a CloudWatch alarm.

interface AlarmRecommendation {
appComponentName?: string | null;
description?: string | null;
items?: RecommendationItem[] | null;
name: string;
prerequisite?: string | null;
recommendationId: string;
referenceId: string;
type: AlarmType;
}

§Properties

§
appComponentName?: string | null
[src]

The Application Component for the CloudWatch alarm recommendation.

§
description?: string | null
[src]

The description of the recommendation.

§
items?: RecommendationItem[] | null
[src]

The list of CloudWatch alarm recommendations.

§
name: string
[src]

The name of the alarm recommendation.

§
prerequisite?: string | null
[src]

The prerequisite for the alarm recommendation.

§
recommendationId: string
[src]

The identifier of the alarm recommendation.

§
referenceId: string
[src]

The reference identifier of the alarm recommendation.

§

The type of alarm recommendation.