GoldengateBackupSchedule
import type { GoldengateBackupSchedule } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The backup schedule of the GoldengateDeployment.
interface GoldengateBackupSchedule {
readonly backupScheduledTime?: Date;
readonly bucket?: string;
readonly compartmentId?: string;
readonly frequencyBackupScheduled?:
| "FREQUENCY_BACKUP_SCHEDULED_UNSPECIFIED"
| "DAILY"
| "WEEKLY"
| "MONTHLY";
readonly metadataOnly?: boolean;
readonly namespace?: string;
}