UNPKG

335 BJSONView Raw
1{
2 "version": 2,
3 "waiters": {
4 "AlarmExists": {
5 "delay": 5,
6 "maxAttempts": 40,
7 "operation": "DescribeAlarms",
8 "acceptors": [
9 {
10 "matcher": "path",
11 "expected": true,
12 "argument": "length(MetricAlarms[]) > `0`",
13 "state": "success"
14 }
15 ]
16 }
17 }
18}