GoldengateDeploymentLock
import type { GoldengateDeploymentLock } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The lock of the GoldengateDeployment.
interface GoldengateDeploymentLock {
readonly compartmentId?: string;
readonly createTime?: Date;
readonly message?: string;
readonly relatedResourceId?: string;
readonly type?: "LOCK_TYPE_UNSPECIFIED" | "FULL" | "DELETE";
}