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

DataplexConfig

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

Configuration for Dataplex integration.

interface DataplexConfig {
enabled?: boolean;
}

§Properties

§
enabled?: boolean
[src]

Dataplex is enabled by default for resources such as clusters and instances. This flag controls the integration of AlloyDB PG resources (like databases, schemas, and tables) with Dataplex."