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 / docdb / wait / db-instance-available.rst
Size: Mime:
**To pause running until the specified instance is available**

The following ``wait role-exists`` command pauses and continues only after it can confirm that the specified database cluster instance exists. ::

    aws docdb wait db-instance-available \
        --db-instance-identifier "sample-instance"

This command produces no output.