kafka-cluster:AlterCluster is a Write access-level action in the kafka-cluster service. Grants permission to alter various aspects of the cluster, equivalent to Apache Kafka's ALTER CLUSTER ACL
ARNs that kafka-cluster:AlterCluster can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants kafka-cluster:AlterCluster.
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:AlterCluster you may also need to grant:
A minimal policy that allows kafka-cluster:AlterCluster. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowKafkaclusterAlterCluster",
"Effect": "Allow",
"Action": "kafka-cluster:AlterCluster",
"Resource": "*"
}
]
}