GoldengatePlacement
import type { GoldengatePlacement } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The placement of the GoldengateDeployment.
interface GoldengatePlacement {
readonly availabilityDomain?: string;
readonly faultDomain?: string;
}