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

ComponentRecommendation

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

Defines recommendations for an AWS Resilience Hub Application Component, returned as an object. This object contains component names, configuration recommendations, and recommendation statuses.

interface ComponentRecommendation {
appComponentName: string;
configRecommendations: ConfigRecommendation[];
recommendationStatus: RecommendationComplianceStatus;
}

§Properties

§
appComponentName: string
[src]

The name of the Application Component.

§
configRecommendations: ConfigRecommendation[]
[src]

The list of recommendations.

§

The recommendation status.