Hello,
I am wondering if there is already a way to pass a list of clusters instead of only one.
It is possible with aws cli, not sure about the go sdk implementation.
aws ecs describe-clusters --clusters cluster1 cluster2
I tried a bit but no luck for now.
Hello,
I am wondering if there is already a way to pass a list of clusters instead of only one.
It is possible with aws cli, not sure about the go sdk implementation.
aws ecs describe-clusters --clusters cluster1 cluster2I tried a bit but no luck for now.