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

SopRecommendation

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

Defines a standard operating procedure (SOP) recommendation.

interface SopRecommendation {
appComponentName?: string | null;
description?: string | null;
items?: RecommendationItem[] | null;
name?: string | null;
prerequisite?: string | null;
recommendationId: string;
referenceId: string;
serviceType: SopServiceType;
}

§Properties

§
appComponentName?: string | null
[src]

The name of the Application Component.

§
description?: string | null
[src]

The description of the SOP recommendation.

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

The recommendation items.

§
name?: string | null
[src]

The name of the SOP recommendation.

§
prerequisite?: string | null
[src]

The prerequisite for the SOP recommendation.

§
recommendationId: string
[src]

Identifier for the SOP recommendation.

§
referenceId: string
[src]

The reference identifier for the SOP recommendation.

§
serviceType: SopServiceType
[src]

The service type.