Interface CfnPolicy.IDataRecoveryTargetsProperty
Namespace: Amazon.CDK.AWS.ResilienceHubV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnPolicy.IDataRecoveryTargetsProperty
Syntax (vb)
Public Interface 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
Properties
| TimeBetweenBackupsInMinutes | Time between backups in minutes. |
Properties
TimeBetweenBackupsInMinutes
Time between backups in minutes.
double? TimeBetweenBackupsInMinutes { get; }