Impact associated with the availability of the system
Describes the expected uptime and recovery characteristics for the selected availability security level.
const impact: AvailabilityImpact = { level: 'High', description: 'System must be available 99.9% of the time', uptime: '99.9%', recoveryTime: '< 1 hour'}; Copy
const impact: AvailabilityImpact = { level: 'High', description: 'System must be available 99.9% of the time', uptime: '99.9%', recoveryTime: '< 1 hour'};
Human-readable description of the impact
Security level associated with this impact
Maximum acceptable recovery time (e.g., "< 1 hour", "< 15 minutes")
Expected uptime percentage (e.g., "99.9%", "99.99%")
Impact associated with the availability of the system
Describes the expected uptime and recovery characteristics for the selected availability security level.
Example