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

ConnectAccessConfig

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

The configuration of access to the Kafka Connect cluster.

interface ConnectAccessConfig {
networkConfigs?: ConnectNetworkConfig[];
}

§Properties

§
networkConfigs?: ConnectNetworkConfig[]
[src]

Required. Virtual Private Cloud (VPC) networks that must be granted direct access to the Kafka Connect cluster. Minimum of 1 network is required. Maximum 10 networks can be specified.