Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
cloudformation
/
wait
📤 Upload
📝 New File
📁 New Folder
Close
Editing: change-set-create-complete.rst
**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.
Save
Cancel