Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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

§
readonly alias?: string
[src]

Output only. Credential store alias.

§
goldengateConnection?: string
[src]

Required. The GoldengateConnection resource to be assigned. Format: projects/{project}/locations/{location}/goldengateConnections/{goldengate_connection}

§
goldengateDeployment?: string
[src]

Required. The GoldenGateDeployment to assign the connection to. Format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}

§
readonly ocid?: string
[src]

Output only. The OCID of the connection assignment being referenced.

§
readonly state?: "STATE_UNSPECIFIED" | "CREATING" | "ACTIVE" | "FAILED" | "UPDATING" | "DELETING"
[src]

Output only. The lifecycle state of the connection assignment.