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

RecommendationItem

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

Defines a recommendation.

interface RecommendationItem {
alreadyImplemented?: boolean | null;
resourceId?: string | null;
targetAccountId?: string | null;
targetRegion?: string | null;
}

§Properties

§
alreadyImplemented?: boolean | null
[src]

Specifies if the recommendation has already been implemented.

§
resourceId?: string | null
[src]

The resource identifier.

§
targetAccountId?: string | null
[src]

The target account identifier.

§
targetRegion?: string | null
[src]

The target region.