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

GoldengateConnectionAssignment

import type { GoldengateConnectionAssignment } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";

Represents the metadata of a Goldengate Connection Assignment.

interface GoldengateConnectionAssignment {
readonly createTime?: Date;
displayName?: string;
readonly entitlementId?: string;
labels?: {
[key: string]: string;
}
;
name?: string;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. The time when the connection assignment was created.

§
displayName?: string
[src]

Optional. The display name for the GoldengateConnectionAssignment.

§
readonly entitlementId?: string
[src]

Output only. The OCID of the entitlement linked to this resource.

§
labels?: {
[key: string]: string;
}
[src]

Optional. The labels or tags associated with the GoldengateConnectionAssignment.

§
name?: string
[src]

Identifier. The name of the GoldengateConnectionAssignment resource in the following format: projects/{project}/locations/{region}/goldengateConnectionAssignments/{goldengate_connection_assignment}

§

Required. The properties of the GoldengateConnectionAssignment.