aws redshift wait
Wait until a particular condition is satisfied. Each subcommand polls an API until the listed requirement is met
Subcommands
Name | Description |
---|---|
cluster-available | Wait until JMESPath query Clusters[].ClusterStatus returns available for all elements when polling with ``describe-clusters``. It will poll every 60 seconds until a successful state has been reached. This will exit with a return code of 255 after 30 failed checks |
cluster-deleted | Wait until ClusterNotFound is thrown when polling with ``describe-clusters``. It will poll every 60 seconds until a successful state has been reached. This will exit with a return code of 255 after 30 failed checks |
cluster-restored | Wait until JMESPath query Clusters[].RestoreStatus.Status returns completed for all elements when polling with ``describe-clusters``. It will poll every 60 seconds until a successful state has been reached. This will exit with a return code of 255 after 30 failed checks |
snapshot-available | Wait until JMESPath query Snapshots[].Status returns available for all elements when polling with ``describe-cluster-snapshots``. It will poll every 15 seconds until a successful state has been reached. This will exit with a return code of 255 after 20 failed checks |