@pulumi/aws-native
Version:
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
11 lines (10 loc) • 774 B
TypeScript
export declare const RestoreTestingPlanRestoreTestingRecoveryPointSelectionAlgorithm: {
readonly LatestWithinWindow: "LATEST_WITHIN_WINDOW";
readonly RandomWithinWindow: "RANDOM_WITHIN_WINDOW";
};
export type RestoreTestingPlanRestoreTestingRecoveryPointSelectionAlgorithm = (typeof RestoreTestingPlanRestoreTestingRecoveryPointSelectionAlgorithm)[keyof typeof RestoreTestingPlanRestoreTestingRecoveryPointSelectionAlgorithm];
export declare const RestoreTestingPlanRestoreTestingRecoveryPointType: {
readonly Snapshot: "SNAPSHOT";
readonly Continuous: "CONTINUOUS";
};
export type RestoreTestingPlanRestoreTestingRecoveryPointType = (typeof RestoreTestingPlanRestoreTestingRecoveryPointType)[keyof typeof RestoreTestingPlanRestoreTestingRecoveryPointType];