Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / redshift / wait / cluster-available.rst
Size: Mime:
**To wait for cluster to become available**

The following ``wait cluster-available`` example pauses and continues only after it can confirm that the specified cluster is available. ::

    aws redshift wait cluster-available \
        --cluster-identifier mycluster

This command does not produce any output.