Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BackupConfiguration

import type { BackupConfiguration } from "https://googleapis.deno.dev/v1/redis:v1.ts";

Configuration for automatic backups

interface BackupConfiguration {
automatedBackupEnabled?: boolean;
backupRetentionSettings?: RetentionSettings;
pointInTimeRecoveryEnabled?: boolean;
}

§Properties

§
automatedBackupEnabled?: boolean
[src]

Whether customer visible automated backups are enabled on the instance.

§
backupRetentionSettings?: RetentionSettings
[src]

Backup retention settings.

§
pointInTimeRecoveryEnabled?: boolean
[src]

Whether point-in-time recovery is enabled. This is optional field, if the database service does not have this feature or metadata is not available in control plane, this can be omitted.