View a markdown version of this page

Policy components structure - AWS Resilience Hub

Policy components structure

{ "multiRegionDr": { "required": "boolean", "rtoMinutes": "integer", "rpoMinutes": "integer" }, "availabilitySlo": { "targetPercentage": "number", "performanceConditions": { "expression": "string", "conditions": [ { "type": "FAULT_RATE | LATENCY | VOLUME", "operator": "LESS_THAN | GREATER_THAN", "value": "number", "percentile": "string" } ] } }, "dataProtection": { "rpoMinutes": "integer" } }