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

PillarReviewSummary

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

A pillar review summary of a lens review.

interface PillarReviewSummary {
Notes?: string | null;
PillarId?: string | null;
PillarName?: string | null;
RiskCounts?: [key in Risk]: number | null | undefined | null;
}

§Properties

§
Notes?: string | null
[src]
§
PillarId?: string | null
[src]
§
PillarName?: string | null
[src]
§
RiskCounts?: [key in Risk]: number | null | undefined | null
[src]