Learn R Programming

paws.analytics (version 0.1.7)

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

Description

        <p>Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.</p>

Usage

kafka_delete_cluster(ClusterArn, CurrentVersion)

Arguments

ClusterArn

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

CurrentVersion

<p>The current version of the MSK cluster.</p>

Request syntax

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