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

VpcConfig

import type { VpcConfig } from "https://aws-api.deno.dev/v0.4/services/kafka.ts?docs=full";

The configuration of the Amazon VPCs for the cluster.

interface VpcConfig {
SecurityGroupIds?: string[] | null;
SubnetIds: string[];
}

§Properties

§
SecurityGroupIds?: string[] | null
[src]

The IDs of the security groups associated with the cluster.

§
SubnetIds: string[]
[src]

The IDs of the subnets associated with the cluster.