aws kinesis wait
Wait until a particular condition is satisfied. Each subcommand polls an API until the listed requirement is met
Subcommands
Name | Description |
---|---|
stream-exists | Wait until JMESPath query StreamDescription.StreamStatus returns ACTIVE when polling with ``describe-stream``. It will poll every 10 seconds until a successful state has been reached. This will exit with a return code of 255 after 18 failed checks |
stream-not-exists | Wait until ResourceNotFoundException is thrown when polling with ``describe-stream``. It will poll every 10 seconds until a successful state has been reached. This will exit with a return code of 255 after 18 failed checks |