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-restored.rst
Size: Mime:
**To wait for cluster to be restored**

The following ``wait cluster-restored`` example pauses and resumes only after the CLI can confirm that the specified cluster is restored. ::

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

This command does not produce any output.