Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update list_clusters_v2 for Kafka #8489

Closed
jflim opened this issue Jan 14, 2025 · 0 comments · Fixed by #8492
Closed

Update list_clusters_v2 for Kafka #8489

jflim opened this issue Jan 14, 2025 · 0 comments · Fixed by #8492

Comments

@jflim
Copy link
Contributor

jflim commented Jan 14, 2025

list_clusters_v2 currently only returns

 {
    "clusterArn": cluster.arn,
    "clusterName": cluster.cluster_name
    "clusterType": cluster.cluster_type,
    "state": cluster.state, 
    "creationTime": cluster.creation_time,
}

Resources: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kafka/client/list_clusters_v2.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants