interface DataRecoveryTargetsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ResilienceHubV2.CfnPolicy.DataRecoveryTargetsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsresiliencehubv2#CfnPolicy_DataRecoveryTargetsProperty |
Java | software.amazon.awscdk.services.resiliencehubv2.CfnPolicy.DataRecoveryTargetsProperty |
Python | aws_cdk.aws_resiliencehubv2.CfnPolicy.DataRecoveryTargetsProperty |
TypeScript | aws-cdk-lib » aws_resiliencehubv2 » CfnPolicy » DataRecoveryTargetsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_resiliencehubv2 as resiliencehubv2 } from 'aws-cdk-lib';
const dataRecoveryTargetsProperty: resiliencehubv2.CfnPolicy.DataRecoveryTargetsProperty = {
timeBetweenBackupsInMinutes: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| time | number | Time between backups in minutes. |
timeBetweenBackupsInMinutes?
Type:
number
(optional)
Time between backups in minutes.

.NET
Go
Java
Python
TypeScript