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 / cloudformation / wait / change-set-create-complete.rst
Size: Mime:
**To wait for a change set to finish creating**

The following ``wait change-set-create-complete`` example pauses and resumes only after it can confirm that the specified change set in the specified stack is ready to run. ::

    aws cloudformation wait change-set-create-complete \
        --stack-name my-stack \
        --change-set-name my-change-set

This command produces no output.