aws redshift wait

Wait until a particular condition is satisfied. Each subcommand polls an API until the listed requirement is met

Subcommands

NameDescription
cluster-availableWait 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-deletedWait 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-restoredWait 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-availableWait 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