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

AppComponentCompliance

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

Defines the compliance of an Application Component against the resiliency policy.

interface AppComponentCompliance {
appComponentName?: string | null;
compliance?: [key in DisruptionType]: DisruptionCompliance | null | undefined | null;
cost?: Cost | null;
message?: string | null;
resiliencyScore?: ResiliencyScore | null;
status?: ComplianceStatus | null;
}

§Properties

§
appComponentName?: string | null
[src]

The name of the Application Component.

§
compliance?: [key in DisruptionType]: DisruptionCompliance | null | undefined | null
[src]

The compliance of the Application Component against the resiliency policy.

§
cost?: Cost | null
[src]

The cost for the application.

§
message?: string | null
[src]

The compliance message.

§
resiliencyScore?: ResiliencyScore | null
[src]

The current resiliency score for the application.

§
status?: ComplianceStatus | null
[src]

The status of the action.