Skip to content

Delete Cluster

kafka_delete_cluster R Documentation

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.

Value

A list with the following syntax:

list(
  ClusterArn = "string",
  State = "ACTIVE"|"CREATING"|"DELETING"|"FAILED"|"HEALING"|"MAINTENANCE"|"REBOOTING_BROKER"|"UPDATING"
)

Request syntax

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