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?: GoldengateConnectionAssignmentProperties;
}§Properties
§
readonly entitlementId?: string
[src]Output only. The OCID of the entitlement linked to this resource.
§
labels?: {}
[src][key: string]: string;
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}
§
properties?: GoldengateConnectionAssignmentProperties
[src]Required. The properties of the GoldengateConnectionAssignment.