Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/awscli/examples/cloudwatch/wait/alarm-exists.rst
1569 views
**To wait until an alarm exists**

The following ``wait alarm-exists`` example pauses and resumes running only after it confirms that the specified CloudWatch alarm exists. ::

    aws cloudwatch wait alarm-exists \
        --alarm-names demo

This command produces no output.