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

UpdateBrokerCountRequest

import type { UpdateBrokerCountRequest } from "https://aws-api.deno.dev/v0.3/services/kafka.ts?docs=full";
interface UpdateBrokerCountRequest {
ClusterArn: string;
CurrentVersion: string;
TargetNumberOfBrokerNodes: number;
}

§Properties

§
ClusterArn: string
[src]

The Amazon Resource Name (ARN) that uniquely identifies the cluster.

§
CurrentVersion: string
[src]

The version of cluster to update from. A successful operation will then generate a new version.

§
TargetNumberOfBrokerNodes: number
[src]

The number of broker nodes that you want the cluster to have after this operation completes successfully.