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

RecommendationDisruptionCompliance

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

Defines a disruption compliance recommendation.

interface RecommendationDisruptionCompliance {
expectedComplianceStatus: ComplianceStatus;
expectedRpoDescription?: string | null;
expectedRpoInSecs?: number | null;
expectedRtoDescription?: string | null;
expectedRtoInSecs?: number | null;
}

§Properties

§
expectedComplianceStatus: ComplianceStatus
[src]

The expected compliance status after applying the recommended configuration change.

§
expectedRpoDescription?: string | null
[src]

The expected Recovery Point Objective (RPO) description after applying the recommended configuration change.

§
expectedRpoInSecs?: number | null
[src]

The expected RPO after applying the recommended configuration change.

§
expectedRtoDescription?: string | null
[src]

The expected Recovery Time Objective (RTO) description after applying the recommended configuration change.

§
expectedRtoInSecs?: number | null
[src]

The expected RTO after applying the recommended configuration change.