AWS::ResilienceHubV2::Policy MultiRegionTargets - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 MultiRegionTargets

Defines the multi-Region 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-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