Class CfnPolicy.DataRecoveryTargetsProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.ResilienceHubV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPolicy.DataRecoveryTargetsProperty : CfnPolicy.IDataRecoveryTargetsProperty
Syntax (vb)
Public Class CfnPolicy.DataRecoveryTargetsProperty Implements CfnPolicy.IDataRecoveryTargetsProperty
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 dataRecoveryTargetsProperty = new DataRecoveryTargetsProperty {
TimeBetweenBackupsInMinutes = 123
};
Synopsis
Constructors
| DataRecoveryTargetsProperty() |
Properties
| TimeBetweenBackupsInMinutes | Time between backups in minutes. |
Constructors
DataRecoveryTargetsProperty()
public DataRecoveryTargetsProperty()
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 dataRecoveryTargetsProperty = new DataRecoveryTargetsProperty {
TimeBetweenBackupsInMinutes = 123
};
Properties
TimeBetweenBackupsInMinutes
Time between backups in minutes.
public double? TimeBetweenBackupsInMinutes { get; set; }