kafka-cluster:DescribeCluster is a List access-level action in the kafka-cluster service. Grants permission to describe various aspects of the cluster, equivalent to Apache Kafka's DESCRIBE CLUSTER ACL
ARNs that kafka-cluster:DescribeCluster can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants kafka-cluster:DescribeCluster.
Filters actions based on tag key-value pairs attached to the resource. The resource tag context key will only apply to the cluster resource, not topics, groups and transactional IDs
To use kafka-cluster:DescribeCluster you may also need to grant:
A minimal policy that allows kafka-cluster:DescribeCluster. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowKafkaclusterDescribeCluster",
"Effect": "Allow",
"Action": "kafka-cluster:DescribeCluster",
"Resource": "*"
}
]
}