GoldengateMaintenanceWindow
import type { GoldengateMaintenanceWindow } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The maintenance window of the GoldengateDeployment.
interface GoldengateMaintenanceWindow {
day?:
| "DAY_OF_WEEK_UNSPECIFIED"
| "MONDAY"
| "TUESDAY"
| "WEDNESDAY"
| "THURSDAY"
| "FRIDAY"
| "SATURDAY"
| "SUNDAY";
startHour?: number;
}