BackupDRConfiguration
import type { BackupDRConfiguration } from "https://googleapis.deno.dev/v1/redis:v1.ts";
BackupDRConfiguration to capture the backup and disaster recovery details of database resource.
interface BackupDRConfiguration {
backupdrManaged?: boolean;
}