paws.analytics (version 0.1.0)

kafka_delete_cluster: Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request

Description

Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.

Usage

kafka_delete_cluster(ClusterArn, CurrentVersion)

Arguments

ClusterArn

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

CurrentVersion

The current version of the MSK cluster.

Request syntax

svc$delete_cluster(
  ClusterArn = "string",
  CurrentVersion = "string"
)