Class CfnPolicy.MultiRegionTargetsProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.ResilienceHubV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPolicy.MultiRegionTargetsProperty : CfnPolicy.IMultiRegionTargetsProperty
Syntax (vb)
Public Class CfnPolicy.MultiRegionTargetsProperty Implements CfnPolicy.IMultiRegionTargetsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ResilienceHubV2;
var multiRegionTargetsProperty = new MultiRegionTargetsProperty {
DisasterRecoveryApproach = "disasterRecoveryApproach",
RpoInMinutes = 123,
RtoInMinutes = 123
};
Synopsis
Constructors
| MultiRegionTargetsProperty() |
Properties
| DisasterRecoveryApproach | Multi-Region disaster recovery approach. |
| RpoInMinutes | Recovery Point Objective in minutes. |
| RtoInMinutes | Recovery Time Objective in minutes. |
Constructors
MultiRegionTargetsProperty()
public MultiRegionTargetsProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ResilienceHubV2;
var multiRegionTargetsProperty = new MultiRegionTargetsProperty {
DisasterRecoveryApproach = "disasterRecoveryApproach",
RpoInMinutes = 123,
RtoInMinutes = 123
};
Properties
DisasterRecoveryApproach
Multi-Region disaster recovery approach.
public string? DisasterRecoveryApproach { get; set; }
Property Value
Remarks
RpoInMinutes
Recovery Point Objective in minutes.
public double? RpoInMinutes { get; set; }
Property Value
Remarks
RtoInMinutes
Recovery Time Objective in minutes.
public double? RtoInMinutes { get; set; }