1 Answer
- Newest
- Most votes
- Most comments
1
There is none currently.
You could leverage Client-side filtering https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html to extract the Lifecycle field and loop on it programmatically until it becomes AVAILABLE perhaps ?
ex.:
$ aws fsx describe-data-repository-associations --query 'Associations[*].Lifecycle'
answered 3 years ago
Relevant content
- asked 4 years ago
