View a markdown version of this page

AWS::ResilienceHubV2::Policy MultiRegionTargets - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::ResilienceHubV2::Policy MultiRegionTargets

Defines the multi-Region disaster recovery targets for a resilience policy.

Syntax

To declare this entity in your Amazon 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-Region.

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-Region, in minutes.

Required: No

Type: Integer

Minimum: 0

Maximum: 2147483647

Update requires: No interruption

RtoInMinutes

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

Required: No

Type: Integer

Minimum: 0

Maximum: 2147483647

Update requires: No interruption