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

BrokerAZDistribution

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

The distribution of broker nodes across Availability Zones. This is an optional parameter. If you don't specify it, Amazon MSK gives it the value DEFAULT. You can also explicitly set this parameter to the value DEFAULT. No other values are currently allowed.

Amazon MSK distributes the broker nodes evenly across the Availability Zones that correspond to the subnets you provide when you create the cluster.

type BrokerAZDistribution = "DEFAULT" | cmnP.UnexpectedEnumValue;