Current Directory:
/usr/local/aws-cli/v2/2.7.28/dist/awscli/examples/glacier/wait
Upload
Create File
File Name
Size
Actions
vault-exists.rst
310 bytes
Edit
|
Delete
|
Rename
|
Download
vault-not-exists.rst
334 bytes
Edit
|
Delete
|
Rename
|
Download
**To pause until a vault exists*** The following ``wait vault-exists`` example pauses running and continues only after it confirms that the specified vault exists. :: aws glacier wait vault-exists \ --account-id 111122223333 \ --vault-name example_vault This command produces no output.
Save Changes