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

UpdateClusterConfigurationRequest

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

§Properties

§
ClusterArn: string
[src]

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

§
ConfigurationInfo: ConfigurationInfo
[src]

Represents the configuration that you want MSK to use for the brokers in a cluster.

§
CurrentVersion: string
[src]

The version of the cluster that needs to be updated.