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

Open
jflim opened this issue Jan 14, 2025 · 0 comments · May be fixed by #8492
Open

Update list_clusters_v2 for Kafka #8489

jflim opened this issue Jan 14, 2025 · 0 comments · May be fixed by #8492

Comments

@jflim
Copy link

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

@jflim jflim linked a pull request Jan 15, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant