This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ResilienceHubV2::Policy MultiAzTargets
Defines the multi-AZ disaster recovery targets for a resilience policy.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "DisasterRecoveryApproach" :String, "RpoInMinutes" :Integer, "RtoInMinutes" :Integer}
YAML
DisasterRecoveryApproach:StringRpoInMinutes:IntegerRtoInMinutes:Integer
Properties
DisasterRecoveryApproach-
The disaster recovery approach for multi-AZ.
Required: No
Type: String
Allowed values:
ACTIVE_ACTIVE | HOT_STANDBY | WARM_STANDBY | PILOT_LIGHT | BACKUP_AND_RESTOREUpdate requires: No interruption
RpoInMinutes-
The recovery point objective (RPO) target for multi-AZ, in minutes.
Required: No
Type: Integer
Minimum:
0Maximum:
2147483647Update requires: No interruption
RtoInMinutes-
The recovery time objective (RTO) target for multi-AZ, in minutes.
Required: No
Type: Integer
Minimum:
0Maximum:
2147483647Update requires: No interruption