GoldengateConnectionAssignmentProperties
import type { GoldengateConnectionAssignmentProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The properties of a GoldengateConnectionAssignment.
interface GoldengateConnectionAssignmentProperties {
readonly alias?: string;
goldengateConnection?: string;
goldengateDeployment?: string;
readonly ocid?: string;
readonly state?:
} | "STATE_UNSPECIFIED"
| "CREATING"
| "ACTIVE"
| "FAILED"
| "UPDATING"
| "DELETING";
§Properties
§
goldengateConnection?: string
[src]Required. The GoldengateConnection resource to be assigned. Format: projects/{project}/locations/{location}/goldengateConnections/{goldengate_connection}