Skip to content

Delete Cluster Policy

kafka_delete_cluster_policy R Documentation

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

Description

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

Usage

kafka_delete_cluster_policy(ClusterArn)

Arguments

ClusterArn

[required] The Amazon Resource Name (ARN) of the cluster.

Value

An empty list.

Request syntax

svc$delete_cluster_policy(
  ClusterArn = "string"
)