Skip to content

Get Cluster Policy

kafka_get_cluster_policy R Documentation

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

Description

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

Usage

kafka_get_cluster_policy(ClusterArn)

Arguments

ClusterArn

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

Value

A list with the following syntax:

list(
  CurrentVersion = "string",
  Policy = "string"
)

Request syntax

svc$get_cluster_policy(
  ClusterArn = "string"
)