@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)
20 lines (19 loc) • 1.2 kB
TypeScript
export declare const BackupPlanMalwareScanner: {
readonly Guardduty: "GUARDDUTY";
};
export type BackupPlanMalwareScanner = (typeof BackupPlanMalwareScanner)[keyof typeof BackupPlanMalwareScanner];
export declare const BackupPlanScanMode: {
readonly FullScan: "FULL_SCAN";
readonly IncrementalScan: "INCREMENTAL_SCAN";
};
export type BackupPlanScanMode = (typeof BackupPlanScanMode)[keyof typeof BackupPlanScanMode];
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];