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

UpdateConnectivityRequest

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

Request body for UpdateConnectivity.

interface UpdateConnectivityRequest {
ClusterArn: string;
ConnectivityInfo: ConnectivityInfo;
CurrentVersion: string;
}

§Properties

§
ClusterArn: string
[src]

The Amazon Resource Name (ARN) of the configuration.

§
ConnectivityInfo: ConnectivityInfo
[src]

Information about the broker access configuration.

§
CurrentVersion: string
[src]

The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.