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

UpdateClusterKafkaVersionRequest

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

§Properties

§
ClusterArn: string
[src]

The Amazon Resource Name (ARN) of the cluster to be updated.

§
ConfigurationInfo?: ConfigurationInfo | null
[src]

The custom configuration that should be applied on the new version of cluster.

§
CurrentVersion: string
[src]

Current cluster version.

§
TargetKafkaVersion: string
[src]

Target Kafka version.