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

AlloyDbConnectionProfile

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

Specifies required connection parameters, and the parameters required to create an AlloyDB destination cluster.

interface AlloyDbConnectionProfile {
clusterId?: string;
settings?: AlloyDbSettings;
}

§Properties

§
clusterId?: string
[src]

Required. The AlloyDB cluster ID that this connection profile is associated with.

§

Immutable. Metadata used to create the destination AlloyDB cluster.