AccessConfig
import type { AccessConfig } from "https://googleapis.deno.dev/v1/managedkafka:v1.ts";
The configuration of access to the Kafka cluster.
interface AccessConfig {
networkConfigs?: NetworkConfig[];
}§Properties
§
networkConfigs?: NetworkConfig[]
[src]Required. Virtual Private Cloud (VPC) networks that must be granted direct access to the Kafka cluster. Minimum of 1 network is required. Maximum 10 networks can be specified.