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

Serverless

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

Serverless cluster.

interface Serverless {
ClientAuthentication?: ServerlessClientAuthentication | null;
VpcConfigs: VpcConfig[];
}

§Properties

§
ClientAuthentication?: ServerlessClientAuthentication | null
[src]

Includes all client authentication information.

§
VpcConfigs: VpcConfig[]
[src]

The configuration of the Amazon VPCs for the cluster.