View a markdown version of this page

AWS::ResilienceHubV2::Policy MultiAzTargets - AWS CloudFormation

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: String RpoInMinutes: Integer RtoInMinutes: 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_RESTORE

Update requires: No interruption

RpoInMinutes

The recovery point objective (RPO) target for multi-AZ, in minutes.

Required: No

Type: Integer

Minimum: 0

Maximum: 2147483647

Update requires: No interruption

RtoInMinutes

The recovery time objective (RTO) target for multi-AZ, in minutes.

Required: No

Type: Integer

Minimum: 0

Maximum: 2147483647

Update requires: No interruption