AWS::ResilienceHub::ResiliencyPolicy PolicyMap
The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AZ" :
FailurePolicy
, "Hardware" :FailurePolicy
, "Region" :FailurePolicy
, "Software" :FailurePolicy
}
Properties
AZ
-
Defines the RTO and RPO targets for Availability Zone disruption.
Required: Yes
Type: FailurePolicy
Update requires: No interruption
Hardware
-
Defines the RTO and RPO targets for hardware disruption.
Required: Yes
Type: FailurePolicy
Update requires: No interruption
Region
-
Defines the RTO and RPO targets for Regional disruption.
Required: No
Type: FailurePolicy
Update requires: No interruption
Software
-
Defines the RTO and RPO targets for software disruption.
Required: Yes
Type: FailurePolicy
Update requires: No interruption