Current Directory:
/usr/local/aws-cli/v2/2.7.28/dist/awscli/examples/dynamodb/wait
Upload
Create File
File Name
Size
Actions
table-exists.rst
462 bytes
Edit
|
Delete
|
Rename
|
Download
**To wait for the existence of a table** The following ``wait`` example pauses and resumes only after it can confirm that the specified table exists. :: aws dynamodb wait table-exists \ --table-name MusicCollection This command produces no output. For more information, see `Basic Operations for Tables <https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.Basics.html>`__ in the *Amazon DynamoDB Developer Guide*.
Save Changes